$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_maddock_at_[hidden])
Date: 2003-06-15 06:42:52
> Thanks for the response. How do you deal with breakpoints within a
service?
> I'm compiling then starting the service from the service control manager.
> Will I still be able to debug it?
It's not something I've ever had to do - you may need to attach the debugger
to the process after it's been started, or else consult MSDN for
instructions :-)
John.