Macro to run Debug Process

  • Thread starter Thread starter Mike Grice
  • Start date Start date
M

Mike Grice

I wanted to create a macro to open the debug...Processes window, make a
specific selection, attach to it, make that selection then close down.

Unfortunately, the debug...Processes window is modal and I can't get
anything to occur after opening the window.

Does anybody know if there is a way to do this?

Thanks,

Mike
 
Mike said:
I wanted to create a macro to open the debug...Processes window, make
a specific selection, attach to it, make that selection then close
down.

Unfortunately, the debug...Processes window is modal and I can't get
anything to occur after opening the window.

Does anybody know if there is a way to do this?

IMHO it doesn't take much more than:
cntrl-alt-p
doubleclick process

so with the macro, you save the double click. If you make your
scrollwheel double click, it's a single click.

FB

--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 
Back
Top