EQA1447E The attempt to set this breakpoint failed. The statement might be invalid or was removed by the compiler due to optimization.

Explanation

The program is compiled with OPT. Compiler might have removed this state or the statement entered is not a valid statement. The breakpoint is not set.