Python Debug

It is possible to use a Python debugger with SocExplorer, to do so you need to install winpdb (packaged on fedora).

SocExplorerPlot rpdb2 start

Winpdb attach

Note that you have to provide the same password than used to start the server!
You should get a list of running sessions like this:

Winpdb sessions list

And once connected, you should get this:

Winpdb connected

Winpdb with some breakpoints

Note that you need to click on the arrow to start debugging but SocExplorer will not evaluate the python file, you need to execute by dragging your file in the SocExplorer Python console, then have some fun!