2009/10/28 Markus Törnqvist <m...@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 _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com