[IronPython] MouseButtonDownEvent doesn't fire + which tool to work in?

Jimmy Schementi Jimmy.Schementi at microsoft.com
Fri Jan 2 20:39:54 CET 2009


> Another question: Which tool do you guys say is the best for developing
> IronPython + Silverlight apps? I find it hard in Visual Studio since
> the
> debugger only lets you step through the code but you can't see any
> variable
> values.

I use the debugger, and you can see the variable values ... but you have to dig a couple levels to find the "python" values. Or you can use print statements =) The next release of the agdlr bits will have a HTML console in it, where print statements will show up, code can run, etc. You can check it out at http://github.com/jschementi/agdlr. It doesn't work for perfectly for python yet, so any help there would be great =)



More information about the Ironpython-users mailing list