> 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 =) _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
