mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 10:26:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			178 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			178 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| """This script turns the Python debugger on globally, meaning that
 | |
| it will then stop at any breakpoint you might have defined."""
 | |
| 
 | |
| import PyDebugger
 | |
| PyDebugger.startfrombottom()
 | 
