Hi,
https://github.com/Kozea/wdb is a slick remote debugger with web interface
which I've been eyeing for quite some time, and I think I'm not the only
one to whom this would be useful :)
Recently I've been able to run the client part of it in IronPython 2.7.6a0
with minor modifications (
https://
Hi,
As far as I know, the IronPython dynamic code generation does not generate
Python frames by default, for optimization purposes (to leverage the .NET Just
in Time compiler).
When the IronPython compiler parses your main module, sys.settrace() was not
called yet, so the code generated there