| View previous topic :: View next topic |
| Author |
Message |
Serebryakov Pavel Guest
|
Posted: Mon Jul 28, 2003 11:24 am Post subject: Debug COM+ Objects under Windows XP |
|
|
Hi.
How to debug COM+ Objects from Delphi under Windows XP ?
Run -> Parameters -> Host Application - C:WinNTSystem32dllhost.exe
Parameters - /ProcessID:{...}
This method don't work. Debugger skip any breakpoints.
|
|
| Back to top |
|
 |
Martin Guest
|
Posted: Mon Jul 28, 2003 5:28 pm Post subject: Re: Debug COM+ Objects under Windows XP |
|
|
Make sure you have enabled Include remote debug symbols on the Project
Options->Linker.
I have also had some unexplained problems with debugging when the component
I'm attempting to debug is in the same physical folder and COM+ application
as other non-debug components. I've now created a Debug COM+ Application and
a seperate folder to store the dll's whilst I'm debugging them. This one had
me scratching my head for a while, it was only by chance I built into a
different folder and it all started working without any further changes, I
put the dll back into the main folder and it skipped all breakpoints.
Hope this helps
Martin
"Serebryakov Pavel" <serebryakov (AT) krista (DOT) ru> wrote
| Quote: | Hi.
How to debug COM+ Objects from Delphi under Windows XP ?
Run -> Parameters -> Host Application - C:WinNTSystem32dllhost.exe
Parameters - /ProcessID:{...}
This method don't work. Debugger skip any breakpoints.
|
|
|
| Back to top |
|
 |
Serebryakov Pavel Guest
|
Posted: Tue Jul 29, 2003 7:46 am Post subject: Re: Debug COM+ Objects under Windows XP |
|
|
Thanks. Now it's work.
"Martin" <w_orbit (AT) hotmail (DOT) com> wrote
| Quote: | Make sure you have enabled Include remote debug symbols on the Project
Options->Linker.
I have also had some unexplained problems with debugging when the
component
I'm attempting to debug is in the same physical folder and COM+
application
as other non-debug components. I've now created a Debug COM+ Application
and
a seperate folder to store the dll's whilst I'm debugging them. This one
had
me scratching my head for a while, it was only by chance I built into a
different folder and it all started working without any further changes, I
put the dll back into the main folder and it skipped all breakpoints.
Hope this helps
Martin
"Serebryakov Pavel" <serebryakov (AT) krista (DOT) ru> wrote in message
news:bg315j$7am$1 (AT) hanut (DOT) krista.ru...
Hi.
How to debug COM+ Objects from Delphi under Windows XP ?
Run -> Parameters -> Host Application - C:WinNTSystem32dllhost.exe
Parameters - /ProcessID:{...}
This method don't work. Debugger skip any breakpoints.
|
|
|
| Back to top |
|
 |
|