Reputation: 1
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
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