[IronPython] Using a c library as a dll or assembly

Sanghyeon Seo sanxiyn at gmail.com
Wed Aug 6 02:29:29 CEST 2008


2008/8/5 Anders Elfgren <anders.elfgren at avalanchestudios.se>:
> Another (unrelated) question: What's the best way to debug IronPython
> programs? "print-debugging" is not very effective. (maybe this deserves a
> mail thread of its own)

I believe you can debug IronPython programs with standard CLR
debuggers, since IronPython generates all necessary debug symbols. For
example, you should be able to use Visual Studio to debug IronPython
programs.

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list