Skip to content

Vista Gadgets Part 3

March 27, 2009

I ran into a snag the other day with my Gadget and was forced to look into using a debugger.  Unfortunately, I was unable to figure out how to do it with Visual Studio Express for Web Developers.  If anyone knows how please let me know.

I did however find another way to write out messages and it’s a lot cleaner then the VBScript from JavaScript method.  The trick is to follow the instructions here and install a small application from Sysinternals which shows debug messages.  After thats done you can write to the window by typing System.Debug.outputString(msg); in your script. It’s no debugger, but it’s useful none the less.

Leave a Comment

Leave a comment