1001010.com

one zero zero one zero one zero dot com
one hundred ten ten dot com
binary representation of ascii 'J' (74) dot com

home code projects photos wiki resumé tombstone ?
Individual Entry Archive: The Experiments of Jason De Arte - Evil Lawn Dart Master, Toy Maker and Professional Software Engineer
« prev: Visitied Walla @ Blizzard for lunch
» next: intitializing a static member of a template class
Code | Thursday
TODO: Find out if devstudio is stopped at a break point
Posted by Jason on Thursday September 22, 2005 04:05 PM  |  Permalink  |  Comments (0)

I need to find a good book on dev studio scripting.

Maybe I haven't thought this all through yet, but what I think I want is something that will automatically set my "away" status text in messenger based upon events in DevStudio.

But why would you need that?

Well, just as when your status is "away" when the screen saver starts - it would nice to do the same when a break point hits or set it to "busy" when your typing in the editor.

In my scenario as soon as a break point was hit - the status would change to "Can't talk now - I'm in the debugger baby!!"

I know that nearly everything is scripted in DevStudio, there's got to be a way to monitor user / debugger events. I would hate to hack together some solution where I monitor the child processes of MSDEV.EXE and install a DirectInput global keyboard hook - and match up keyboard input to the active window.

Comments (0)

Comments are closed