| View previous topic :: View next topic |
| Author |
Message |
Charles Adriano Guest
|
Posted: Wed Jul 09, 2003 12:11 pm Post subject: How i debug COM+ with Multi-tie |
|
|
hi all...
i have d6-sql2k (DBx-Datasnap) and my appserver is COM+.
question:
How i debug COM+ AppServer and Clients at same time?
thanks
--
Atenciosamente
Charles Adriano
Conhecimento é Poder...
|
|
| Back to top |
|
 |
Craig Stuntz [TeamB] Guest
|
Posted: Wed Jul 09, 2003 1:24 pm Post subject: Re: How i debug COM+ with Multi-tie |
|
|
Charles Adriano wrote:
| Quote: | i have d6-sql2k (DBx-Datasnap) and my appserver is COM+.
question:
How i debug COM+ AppServer and Clients at same time?
|
Tools->Debugger Options->General->Enable COM cross-process support.
-Craig
--
Craig Stuntz [TeamB] . Vertex Systems Corp. . Columbus, OH
Delphi/InterBase Weblog : http://delphi.weblogs.com
InterBase Performance Monitor -- Analyze and control your IB7
server: http://delphi.weblogs.com/IBPerformanceMonitor
|
|
| Back to top |
|
 |
Tarek Abdelleh Guest
|
Posted: Wed Jul 30, 2003 9:53 am Post subject: Re: How i debug COM+ with Multi-tie |
|
|
How to debug a COM+ component in Delphi. - by Borland Developer Support
Staff
Abstract: Debugging a COM+ component on Windows 2000.
Assuming you have already created a COM+ component in Delphi, these are
steps for debugging:
1. In Delphi, go into the menu option Project | Options | Linker and setting
the Include remote debug symbols option.
2. Go into the menu option Run | Parameters.
On the Local tab, under Host Application enter
C:WINNTsystem32dllhost.exe
Under Parameters enter /ProcessID:{GUID}
where GUID is the Application ID for your application.
This GUID can be obtained by going into Control Panel | Administrative Tools
| Quote: | Component Services
Locate the COM+ application under Component Services | Computer and open its |
properties.
On the first page below, the description box, is the Application ID.
After you have entered these parameters you can run the app (F9) to begin
debugging.
"Craig Stuntz [TeamB]" <cstuntz (AT) vertexsoftware (DOT) com> wrote
| Quote: | Charles Adriano wrote:
i have d6-sql2k (DBx-Datasnap) and my appserver is COM+.
question:
How i debug COM+ AppServer and Clients at same time?
Tools->Debugger Options->General->Enable COM cross-process support.
-Craig
--
Craig Stuntz [TeamB] . Vertex Systems Corp. . Columbus, OH
Delphi/InterBase Weblog : http://delphi.weblogs.com
InterBase Performance Monitor -- Analyze and control your IB7
server: http://delphi.weblogs.com/IBPerformanceMonitor
|
|
|
| Back to top |
|
 |
|