who has the time and the patience to follow this step every time we want to debug an internt application.
I'll show u how to attach to process in one shortcut press.
for generate the shortcut, follow the steps below:
- Open Visual studio
- Press Alt+F11 to open MyMacros
- Right click on MyMacros-> Add-> Add existing item and browse to this file(change the file extension to .vb)
- Now, we have make a shortcut key to this macro, you should go to Tools -> Options and choose Environment -> Keyboard pane
- To find our macro we can search for the word macro in the search text box, and select the macro we want(in my case: Macros.MyMacros.AttachingToProcess.AttachToInternetApp)
- Choose a shortcut keys for this macro and insert them in the 'Press shortcut keys' text box, i choose ctrl+\ (u have to press them together)
- Press on Assign button, and ok, that's all, we finished
1 comment:
cool stuff!
Post a Comment