[Howto] Compiling debug Python extensions for non-debug Python

"Martin v. Löwis" martin at v.loewis.de
Sun Oct 12 17:37:19 EDT 2003


Edward C. Jones wrote:

> I have had the same problem in Linux. In the old DOS Borland Debugger, I 
> could tell the debugger to display a particular source code file. Then I 
> could set a breakpoint in it. Is this possible in gdb or some other UNIX 
> debugger? Has anyone ported the Borland Debugger to Linux?

In gdb, type

b <source>:<line>

Regards,
Martin





More information about the Python-list mailing list