Add some tests for expand/collapse variables; todo - fails on gdb/linux
This commit is contained in:
parent
9df680089b
commit
97f6dd29a6
8 changed files with 389 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
let s:fn='main.py'
|
||||
let s:fn='../support/test/python/simple_python/main.py'
|
||||
|
||||
function! SetUp()
|
||||
call vimspector#test#setup#SetUpWithMappings( 'HUMAN' )
|
||||
|
|
@ -9,7 +9,6 @@ function! ClearDown()
|
|||
endfunction
|
||||
|
||||
function! s:StartDebugging()
|
||||
lcd ../support/test/python/simple_python
|
||||
exe 'edit ' . s:fn
|
||||
call setpos( '.', [ 0, 23, 1 ] )
|
||||
call vimspector#ToggleBreakpoint()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue