Using a symbol inside of an condition in a breakpoints results to the following error:
The following breakpoint cannot be set:
At Program.prg, line 11 ('Start'), when 'test1 == #ABC' is true
The condition for a breakpoint failed to execute. The condition was 'test1 == #ABC'. The error returned was 'error CS1525: Invalid expression term '''. Click OK to stop at this breakpoint.
Using a symbol inside of an condition in a breakpoints results to the following error: