kablamo / VimDebug

Integrate your debugger with Vim. Currently supports Perl, Python, and Ruby. This code is very much in beta.
37 stars 7 forks source link

Better quit behaviour #18

Closed lucs closed 13 years ago

lucs commented 13 years ago

VimDebug still doesn't handle Ctrl-C (to break out of infinite loops for example) or getting user input (if the program reads <STDIN> for example), but this patch appears to deal better with many other exit situations.

It may be possible to refactor it to something a bit simpler eventually, but I believe this is already an important behaviour improvement.

lucs commented 13 years ago

Let's forget about this patch for now -- I will integrate it with interrupt handling.