Debugging DLLs in Visual C++ .net

I have got as far as building the hello_world demo project but when I select Debug - Start in Visual C++ .net I get a dialog box requesting entry of an executable file for debug. What exe do I need to enter?

You need kernel.exe - which should be in the rte subfolder of your Project.

Note that you will probably also get a message saying that there’s no debug information - it seems that this doesn’t matter, and can be ignored.
See: wavecom.com/modules/movie/sc … t=265#1037

I always start the remote task by clicking “Start Without Debugging” in the Visual Studio “Debug” menu…