mirror of
				https://github.com/go-delve/delve.git
				synced 2025-11-04 06:32:16 +08:00 
			
		
		
		
	Fix README typo
This commit is contained in:
		@ -16,7 +16,7 @@ go get github.com/derekparker/delve/cmd/dlv
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
* Attach to an already running process
 | 
					* Attach to an already running process
 | 
				
			||||||
* Launch a process and begin debug session
 | 
					* Launch a process and begin debug session
 | 
				
			||||||
* Set breakpoints, single step, step over functions, print variable contents
 | 
					* Set breakpoints, single step, step over functions, print variable contents, print thread and goroutine information
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Usage
 | 
					### Usage
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -56,7 +56,7 @@ Once inside a debugging session, the following commands may be used:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
* `next` - Step over to next source line.
 | 
					* `next` - Step over to next source line.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* `threads` - Print the status of all traced goroutines.
 | 
					* `threads` - Print status of all traced threads.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* `goroutines` - Print status of all goroutines.
 | 
					* `goroutines` - Print status of all goroutines.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user