debugging service
-
can anyone give some advice how to debug a service running on win2k. i tried this thing adding a debugger value to the registry key "Image File Execution Option" but i didn`t get it to run in the debugger at all. What is the value I have to add to this key if I want to use the VC++ Debugger ? CU Mario /// --------------------------------- www.klangwerker.de Look out for free Win32 Serial Communication Module for VC++ or Borland C++ Builder ---------------------------------
-
can anyone give some advice how to debug a service running on win2k. i tried this thing adding a debugger value to the registry key "Image File Execution Option" but i didn`t get it to run in the debugger at all. What is the value I have to add to this key if I want to use the VC++ Debugger ? CU Mario /// --------------------------------- www.klangwerker.de Look out for free Win32 Serial Communication Module for VC++ or Borland C++ Builder ---------------------------------
When I want to step into a service, I use the task manager. Select the service .exe and click Debug from the context menu. Hope this helps, Bill