Hi all,
Is it possible to force the source window with the .py script to update? Currently, I'm debugging a script and making small changes to it in ipython, and doing %autoreload to flush the changes. Winpdb functions correctly, but adding or removing any lines from the source file messes up the line numbering in winpdb's script window. So if I add two lines to my script using vim and rerun, winpdb will not reflect this while debugging.
Thank you for any help,
-Greg