mirror of
				https://github.com/vim/vim.git
				synced 2025-10-31 09:57:14 -04:00 
			
		
		
		
	runtime(doc): Add hint how to load termdebug from vimrc
fixes: #15256 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| *terminal.txt*	For Vim version 9.1.  Last change: 2024 Jul 04 | *terminal.txt*	For Vim version 9.1.  Last change: 2024 Jul 14 | ||||||
|  |  | ||||||
|  |  | ||||||
| 		  VIM REFERENCE MANUAL	  by Bram Moolenaar | 		  VIM REFERENCE MANUAL	  by Bram Moolenaar | ||||||
| @@ -1253,6 +1253,8 @@ Starting ~ | |||||||
| 							*termdebug-starting* | 							*termdebug-starting* | ||||||
| Load the plugin with this command: > | Load the plugin with this command: > | ||||||
| 	packadd termdebug | 	packadd termdebug | ||||||
|  | <When loading the plugin from the |.vimrc| file, add the "!" attribute: > | ||||||
|  | 	packadd! termdebug | ||||||
| <							*:Termdebug* | <							*:Termdebug* | ||||||
| To start debugging use `:Termdebug` or `:TermdebugCommand` followed by the | To start debugging use `:Termdebug` or `:TermdebugCommand` followed by the | ||||||
| command name, for example: > | command name, for example: > | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user