My breakpoints aren't working correctly can anyone help me. My application just does not stop on breakpoints when it's run....arrghhh
I know this is some kind of project options thing but I just don't know what's wrong with this. Does delphi not have the option to choose between different types of builds (i.e. release and debug) without having to go through all the checkboxes each time? Any help would be much appreciated as it is driving me up the wall. Thanks in advance.
Here is my current project settings:
Code Generation pane:
Optimization OFF
Aligned record fields On
Stack Frames On
Pentium-safe FDIV Off
Syntax options pane:
Strict var-strings On
Complete boolean eval Off
Extended Syntax On
Typed @ Operator Off
Open Parameters On
Huge Strings On
Assignable typed constants On
Runtime Errors pane
Range Checking On
I/O Checking On
Overflow Checking On
Debugging pane
Debug information On
Local Symbols On
Reference Info On
Definitions Only On
Assertions On
Use Debug DCU’s On
Messages Pane
Show hints On
Show warnings On
I know this is some kind of project options thing but I just don't know what's wrong with this. Does delphi not have the option to choose between different types of builds (i.e. release and debug) without having to go through all the checkboxes each time? Any help would be much appreciated as it is driving me up the wall. Thanks in advance.
Here is my current project settings:
Code Generation pane:
Optimization OFF
Aligned record fields On
Stack Frames On
Pentium-safe FDIV Off
Syntax options pane:
Strict var-strings On
Complete boolean eval Off
Extended Syntax On
Typed @ Operator Off
Open Parameters On
Huge Strings On
Assignable typed constants On
Runtime Errors pane
Range Checking On
I/O Checking On
Overflow Checking On
Debugging pane
Debug information On
Local Symbols On
Reference Info On
Definitions Only On
Assertions On
Use Debug DCU’s On
Messages Pane
Show hints On
Show warnings On