[Debugger] - Add ShowDataBreakpoints
Posted: Tue Jan 11, 2011 7:22 pm
Data Breakpoints are great...but...they disappear after exiting program, it is too painful to continually re-enter them. 
Can the Data Breakpoints be set in code or in a Debugger command?
Currently to retain Data Breakpoints between runs, I am forced to type in conditional statements that then must be commented away prior to final compilation.

Can the Data Breakpoints be set in code or in a Debugger command?
Code: Select all
ShowDataBreakpoints "i = 10" [, Global] ; Since the call point is known, the procedure scope could be set or optionally set to Global