Link to home
Start Free TrialLog in
Avatar of LeTay
LeTay

asked on

How to debug a Windows service written in Delphi

I wrote a Windows service with Delphi (Turbo Delphi 2006)
It runs fine but now I have some problem with it and I want to debug it
How to proceed ?
ASKER CERTIFIED SOLUTION
Avatar of MerijnB
MerijnB
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of LeTay
LeTay

ASKER

That's indeed what I plan to do if there is no other alternative...
But I guess there should be one
I am a huge fan of CodeSite http://www.raize.com/DevTools/CodeSite/Default.asp. I don't know how any serious developer can get by without it.
here is my experience on this problem: http://www.ciuly.com/forum/viewtopic.php?t=114 
I like this one better as it only needs 2-3 minor modifications to the service project and you're off with debugging it.
Avatar of LeTay

ASKER

Well, I have wrapped the code into a Form application, looks to be the easiest
Thanks all of you