First time here? Check out the FAQ!

Revision history  [back]

I think the code "procFile (sys.stdin,'? ')" in main() in prolog1.py is reading from stdin, and thus you are trying to enter code into the Debug Console while you are not at a breakpoint or exception. If you want to use this code interactively, you may want to set a breakpoint on the first line of main() and run to that, then enter your interactive code.