[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
[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
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