When I reuse https://raw.github.com/jschementi/pycon2010/master/repl.py and add ?console to url, other ironpython scripts never execute. I tried finding where execution halts by placing window.Alert('reached') statement at different positions. Seems control never returns to next statement after prepl = PythonRepl() in above file, many times. But sometimes I did get the ironpython console at page bottom. Is there any advanced debugging for me todo here?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.