Name the buffers so it's clearer what they do
This actually restricts us to a single debugging pane, but that's really already a restriction of the vim-side (only one job, etc.). Support for multiple sessions isn't a priority.
This commit is contained in:
parent
3f73d1c2f8
commit
7e76c9763d
4 changed files with 8 additions and 7 deletions
|
|
@ -24,7 +24,7 @@ class StackTraceView( object ):
|
|||
self._session = session
|
||||
self._connection = connection
|
||||
|
||||
utils.SetUpScratchBuffer( self._buf )
|
||||
utils.SetUpScratchBuffer( self._buf, 'vimspector.StackTrace' )
|
||||
vim.current.buffer = self._buf
|
||||
vim.command( 'nnoremap <buffer> <CR> :call vimspector#GoToFrame()<CR>' )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue