 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Robin Findley Guest
|
Posted: Sat Apr 21, 2007 1:39 am Post subject: Tracing into Indy9 source in C++Builder 6 |
|
|
Can anyone tell me how I can trace into the Indy source in C++Builder 6?
Note that I've installed the latest snapshot (today).
I have the source path included in my "Debug Source Path",
and I even tried recompiling Indy9 with debugging info turned on
(by changing the compiler parameters in FullC6.bat to include -$d+)
And then opening IdTCPClient.pas in the editor.
As a sample, I've created a new application, and entered the following in
the constructor:
__fastcall TForm1::TForm1(TComponent* Owner)
: TForm(Owner)
{
client = new TIdTCPClient(this);
client->Host = "www.google.com";
client->Port = 80;
client->Connect(1000); // Set breakpoint on this line, and try to trace
into
}
I set a breakpoint (per the comment in the code), and press F7 to trace
into. It ends up stepping over it.
-Robin (rfindley (AT) usa (DOT) net) |
|
| 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
|
|