| View previous topic :: View next topic |
| Author |
Message |
Matrix Guest
|
Posted: Wed Jul 28, 2004 12:08 pm Post subject: Debugging a package |
|
|
How is it possible to debug a component (or a package) from an application???
I can only debug the component from the application in the same project group...I'd like to launch an external application and debug my package....
TIA.
|
|
| Back to top |
|
 |
Ralph Kazemier Guest
|
Posted: Wed Jul 28, 2004 12:47 pm Post subject: Re: Debugging a package |
|
|
"Matrix" <f_l_a_v_i_o.ba.ri.so.ne (AT) el_s_a_g (DOT) it> wrote
| Quote: | I'd like to launch an external application and debug my package....
|
Open the package in the IDE. From the menu select 'Run|Attach to Process...'.
Select the process which you'd like to debug. The process will break in the
debugger. Set up your breakpoints and run the process to start debugging.
Ralph
|
|
| Back to top |
|
 |
Matrix Guest
|
Posted: Wed Jul 28, 2004 3:00 pm Post subject: Re: Debugging a package |
|
|
"Ralph Kazemier" <ralph (AT) kazemier (DOT) demon.nl> wrote:
| Quote: |
"Matrix" <f_l_a_v_i_o.ba.ri.so.ne (AT) el_s_a_g (DOT) it> wrote in message
news:4107972e$1 (AT) newsgroups (DOT) borland.com...
I'd like to launch an external application and debug my package....
Open the package in the IDE. From the menu select 'Run|Attach to Process...'.
Select the process which you'd like to debug. The process will break in the
debugger. Set up your breakpoints and run the process to start debugging.
Ralph
|
Thanks a lot!!!!
|
|
| Back to top |
|
 |
|