Yogi
Yogi

Reputation: 1

Debugging in Borland C++ builder version 6.0

I just wanted to know how to see the debugger window using this software. So that I could see the flow of the code during run time.

Thanks.

Upvotes: 0

Views: 2629

Answers (1)

Rob
Rob

Reputation: 3381

If you have C++ Builder installed then it all happens there with your source code. If you can see you source code you can debug it. Click in the left margin to set a breakpoint, press Run and hey presto you are debugging.

Upvotes: 2

Related Questions