[IronPython] Django 1.1 on IronPython 2.6rc2 findings

Jeff Hardy jdhardy at gmail.com
Wed Oct 28 15:30:01 CET 2009


2009/10/28 Markus Törnqvist <mjt at nysv.org>:
> At this point I run into my skill deficiency; as I'm presented with the
> options to Debug or Close and Debug doesn't tell me anything, I dunno
> how to debug this.
>
> Any hints?

If you run ipy with the -D flag (or set system.compilation/debug=true
for NWSGI) then IronPython will emit debug symbols; otherwise you
won't be able to actually debug the Python code. You can then attach
Visual Studio to the process (which clicking "Debug" should do) and
step through the Python code. Note that debugging isn't always
perfect, but it at least gives you an idea where to look.

- Jeff



More information about the Ironpython-users mailing list