Little HowTo for setting up Winpdb Source Level Debugger

import rpdb2; rpdb2.start_embedded_debugger('password') #  http://winpdb.org

Attention: Beware of one trap. If you have a Python-syntax error in your macro, you will see no web output and no attach of the debugger. Please test the syntax of your macro before use with opening your macro in IDLE (included in the Python distribution), then "Menu/Run/Check Module". IDLE will show you in the source code if there is any syntax error.

Winpdb_GUI.jpg
last edit 2009-01-03 RudolfReuter

MoinMoin: DebugWithWinpdb (last edited 2013-06-04 16:53:40 by dslb-092-074-184-048)