Debugging manage code in device emulator
I know how to debug in the device emulator that is attaching of the process.
My problem is that i have to edit registry of the device emulator each time I have to debug the application
I came to know these steps
Open the remote registry editor
2- Go to hklm -> software ->microsoft -> .net compact framework -> managed debugger
3- Add the following string value : AttachEnabled = 1
4- Now go to debug -> attach process in c++ sol
5- Select smart device in transport
6- Select appropriate emualtor in qualifier
7- Select native smart device code in attach to dialog
8- Run NowClient.exe from Pocket PC
8- Debugging will start
How can I set this once
Also In my system emulator registry
I can't find Managed Debugger key in .net compact framework.[while it is there in others systems]
I also have to add it each time.
How Can I overcome all these steps

