Setup: 1) Debugging in Project Options = Start Project. 2) Tools/Options/Debugging = Use 'Just My Code', all others unchecked.
Set breakpoint in python code window on line 2 of the following program:
print "Hello, World!"
raw_print("press any key")
Run program from Python/Run
Result: never stops.
Hank Fay