I'm using winpdb-reborn v1.5.0 on Python 2.7.
The debugger itself seems to work, but the Namespace frame stays stubornly empty.
I found this related (and very old) issue on original winpdb sourceforge site.
However, I can't figure out how to "start the winpdb UI client with the --debug flag"?
Happy to get my hands dirty, but not sure where to start?
NB: In pdb I can "p n" to print the variable n, but I'm not sure how to do the same in rpdb2...
I'm using winpdb-reborn v1.5.0 on Python 2.7.
The debugger itself seems to work, but the Namespace frame stays stubornly empty.
I found this related (and very old) issue on original winpdb sourceforge site.
However, I can't figure out how to "start the winpdb UI client with the --debug flag"?
Happy to get my hands dirty, but not sure where to start?
NB: In pdb I can "p n" to print the variable n, but I'm not sure how to do the same in rpdb2...