How to debug installed C# [managed] application.

I know How to debug application by runing in debug mode.

I also know how to debug a native application which is installed on a device or emulator by the help of attaching the process.

But how can I debug a manage[C#] installed application.

Please help me

I am installing the application by the help of cab file




Answer this question

How to debug installed C# [managed] application.

  • d kretz

  • Kendal

    where you want to debug the app. on device or on emulator The difference is that you must choose the target device! Open the project and start debugger (F5). The project must be executable .



  • DiZASTiX

    I am getting error unable to attach process........

  • Ryan F

    Currently i am using emulator.

    I don't want's start debugger by F5.I wants a attach to process approach.I have done it for the native application but not know how to do it for manged application.I am sure it will be done but currently don't know how to do it.Please could any body have done it then help me



  • How to debug installed C# [managed] application.