ArmaDebugEngine
ArmaDebugEngine copied to clipboard
Request: data breakpoints
On globals or namespace variables.
how to detect that though... Debugger would have to intercept everything that could write a variable.
And.. incoming publicVariable the debugger cannot even see.
setVariable is easy. = variable assignment... should be doable. But public vars are not possible.