Page 1 of 1

[Debugger] - Add ShowDataBreakpoints

Posted: Tue Jan 11, 2011 7:22 pm
by skywalk
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?

Code: Select all

ShowDataBreakpoints "i = 10" [, Global]  ; Since the call point is known, the procedure scope could be set or optionally set to Global
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.