dedmen / ArmaDebugEngine

A still experimental Script Debugger for Arma 3
Other
47 stars 10 forks source link

Request: data breakpoints #4

Open billw2012 opened 4 years ago

billw2012 commented 4 years ago

On globals or namespace variables.

dedmen commented 4 years ago

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.