hi,
I want to debug an application which is called by a service.
Can anybody tell me how to do it?
Thanks,
indu
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
IndumathyPosted Jul 5, 2007, 1:28 AM
Jan MontanoPosted Jul 4, 2007, 6:22 AM
Experts help please! (^_^)
IndumathyPosted Jul 4, 2007, 12:53 AM
its something like a dispatcher that is running as a windows service.
It invokes a loader and starts exchanging messages between them.
My requirement is - i want to debug this windows service and when i do,
i want the control to pass into the loader code also...
thanks,
indu
Jan MontanoPosted Jul 3, 2007, 1:19 AM
What kind of application is called by the service? Could you just call the application directly for debug purposes? I don't know if it's possible to debug another application called from within a service.