Home All Groups Group Topic Archive Search About

Macro to run Debug Process

Author
1 Feb 2007 5:16 PM
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

Author
2 Feb 2007 9:13 AM
Frans Bouma [C# MVP]
Mike Grice wrote:

> 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#)
------------------------------------------------------------------------

AddThis Social Bookmark Button