r***@gmail.com
2008-03-03 04:31:35 UTC
Hi All,
I am working in old project, which has all its code base in
VC6. I have to debug a windows service written in VC6. I am not able
to debug a service in Visual studio 6.0 SP6.
I build a same service in visual studio 2005 and try to debug , I can
debug easily. So I am not able to find out how to debug it in VC6. I
followed a these steps.
- Built a debug version of service
- install and start the service
- Put a break point on the beginning of functional logic
- In visual studio choose the option "Attach to process".
- chose the exe of service from menu and click ok.
But after doing that visual studio pointer is going to
disassembly(machine code) with errors "no matching symbolic
information found". Same process is working fine in Visual studio 2005
(I can not build a service in VS 2005, since my other code base is in
VS 6.0 ). I also tried a debugbreak, but it is also leading to
disassembly. Do any one can guide use, how can I debug the service in
VS 6.0?
I am working in old project, which has all its code base in
VC6. I have to debug a windows service written in VC6. I am not able
to debug a service in Visual studio 6.0 SP6.
I build a same service in visual studio 2005 and try to debug , I can
debug easily. So I am not able to find out how to debug it in VC6. I
followed a these steps.
- Built a debug version of service
- install and start the service
- Put a break point on the beginning of functional logic
- In visual studio choose the option "Attach to process".
- chose the exe of service from menu and click ok.
But after doing that visual studio pointer is going to
disassembly(machine code) with errors "no matching symbolic
information found". Same process is working fine in Visual studio 2005
(I can not build a service in VS 2005, since my other code base is in
VS 6.0 ). I also tried a debugbreak, but it is also leading to
disassembly. Do any one can guide use, how can I debug the service in
VS 6.0?