mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-31 02:36:18 +08:00 
			
		
		
		
	terminal: add ability to print goroutine labels (#1879)
This commit is contained in:
		 Alessandro Arzilli
					Alessandro Arzilli
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							ade20a4d4d
						
					
				
				
					commit
					186786235f
				
			| @ -274,7 +274,8 @@ Print out info for every goroutine. The flag controls what information is shown | ||||
| 	-r	displays location of topmost stackframe (including frames inside private runtime functions) | ||||
| 	-g	displays location of go instruction that created the goroutine | ||||
| 	-s	displays location of the start function | ||||
| 	-t	displays stack trace of goroutine | ||||
| 	-t	displays goroutine's stacktrace | ||||
| 	-l	displays goroutine's labels | ||||
|  | ||||
| If no flag is specified the default is -u. | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user