 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Facundo Fierro Guest
|
Posted: Thu Apr 08, 2004 11:08 pm Post subject: Remote debugging |
|
|
Does some knows how to make remote debugging working with breakpoints?
I can remotly debug my application but I don`t know how debug with my
source code stopping in breakpoints. Is it posible to do this?
|
|
| Back to top |
|
 |
Dennis Jones Guest
|
Posted: Sun Apr 11, 2004 5:35 pm Post subject: Re: Remote debugging |
|
|
"Facundo Fierro" <ffierro (AT) nextview (DOT) com.ar> wrote
| Quote: | Does some knows how to make remote debugging working with breakpoints?
I can remotly debug my application but I don`t know how debug with my
source code stopping in breakpoints. Is it posible to do this?
|
You must make sure the project's .TDS file is in the same location as the
..EXE so that the debugger can find the symbols, as without them, the
debugger cannot set breakpoints. So, whenever you copy the .EXE to the
remote machine, always copy the .TDS file with it.
- Dennis
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|