mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 11:49:12 +00:00 
			
		
		
		
	bpo-33882: mention breakpoint() in debugger-related FAQ (GH-7759)
This commit is contained in:
		
							parent
							
								
									4737b923df
								
							
						
					
					
						commit
						cf48e55f7f
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -16,6 +16,9 @@ Is there a source code level debugger with breakpoints, single-stepping, etc.?
 | 
			
		|||
 | 
			
		||||
Yes.
 | 
			
		||||
 | 
			
		||||
Several debuggers for Python are described below, and the built-in function
 | 
			
		||||
:func:`breakpoint` allows you to drop into any of them.
 | 
			
		||||
 | 
			
		||||
The pdb module is a simple but adequate console-mode debugger for Python. It is
 | 
			
		||||
part of the standard Python library, and is :mod:`documented in the Library
 | 
			
		||||
Reference Manual <pdb>`. You can also write your own debugger by using the code
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue