Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.