BjT
March 26th, 2002, 04:22
Anyone can give me some hints about how to debug
a windows service program.
I can't set breakpoint on it.
thx very much.
a windows service program.
I can't set breakpoint on it.

thx very much.
View Full Version : How to debug a Windows service program
[Originally Posted by BjT;14914]I have successfully set bp on it through other way. ![]() First set bp on loadlibrarya. Then start service. It will stop at bp. Now I can set bp any where in the service program. Thanks for u help. But I still don't know how to attach to a process in SoftICE. ![]() |