Re: Interactive debugging

2006-06-26 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > Hi, is there a way in python to place some sort of keyboard() type > statement which stops the script and puts you back at the console? I'm > looking for something like in matlab, where you place a keyboard() > command (I think), then you're in debug mode in the console

Re: Interactive debugging

2006-06-25 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > Hi, is there a way in python to place some sort of keyboard() type > statement which stops the script and puts you back at the console? see the third example on this page: http://effbot.org/librarybook/code.htm -- http://mail.python.org/mailman/listinfo/pytho

Interactive debugging

2006-06-25 Thread 63q2o4i02
Hi, is there a way in python to place some sort of keyboard() type statement which stops the script and puts you back at the console? I'm looking for something like in matlab, where you place a keyboard() command (I think), then you're in debug mode in the console, and you type continue to re-ente