I dont key-in any of the options. Just make a breakpoint by clicking the grey frame (window border). Although, the program is crashes at a certain point in its execution, but the breakpoints are much before the block of code that throwing the error.
Thanks
Hey,
I was having some trouble using the Borland builder’s debugger. Ive used debuggers in Visual Studio and eclipse and never had any issues.
In Borland, after setting the breakpoint and running the project using "Debug Project", I get a window called the “cpu view” and displays some...
Hi,
Im using Borland BulderX, and my program crashes when I declare a large array.
For example:
int main() {
int arra[2000][20][20];
cout << "DOES NOT REACH HERE!\n";
}
The program compiles alright but exits as soon as it hits the array declaration. I would guess there is some kind...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.