mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-31 10:47:27 +08:00 
			
		
		
		
	add exit command to help
This commit is contained in:
		| @ -82,7 +82,8 @@ func help(p *proctl.DebuggedProcess, ars ...string) error { | |||||||
|     next - Step over to next source line. |     next - Step over to next source line. | ||||||
|     threads - Print out info for every traced thread. |     threads - Print out info for every traced thread. | ||||||
|     goroutines - Print out info for every goroutine. |     goroutines - Print out info for every goroutine. | ||||||
|     print $var - Evaluate a variable.`) |     print $var - Evaluate a variable. | ||||||
|  |     exit - Exit the debugger.`) | ||||||
|  |  | ||||||
| 	return nil | 	return nil | ||||||
| } | } | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Matt Self
					Matt Self