Skip to content

Commit

Permalink
Change default close behaviour to be stop, fix #166
Browse files Browse the repository at this point in the history
Detach is still available using <F7> (default), but <F6> will now
actually stop execution rather than being identical to <F7>
joonty committed Aug 24, 2015
1 parent 79c40f8 commit af3250c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/vdebug.vim
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ let g:vdebug_options_defaults = {
\ "port" : 9000,
\ "timeout" : 20,
\ "server" : 'localhost',
\ "on_close" : 'detach',
\ "on_close" : 'stop',
\ "break_on_open" : 1,
\ "ide_key" : '',
\ "debug_window_level" : 0,

0 comments on commit af3250c

Please sign in to comment.