pyclewn version: 1.9
tracker id: 3600392
mercurial changeset: bf3b86c00a17
Description:
When the Python script is started from Vim with the command
':Pyclewn pdb script.py', the script is not terminated by 'pdb'
after issuing the 'quit' command.
Solution:
The 'quit' command terminates the debugging session by closing the
netbeans socket, and removes the python trace function.
* When attached to a running Python program, after the 'quit'
command the process continues its execution (same behavior as
gdb 'detach' command).
* When the program is started from Vim with the command
':Pyclewn pdb script.py', it does not makes sense to let the
process continue on its own, and 'pdb' terminates forcibly the
process (by raising the BdbQuit exception).
File:
pydb.py
------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
Pyclewn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyclewn-general