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