debugger
debugger copied to clipboard
Enrich static analysis with dynamic data collected from debugger
Stepping into a call destination that was previously unanalyzed data should update analysis with a new function. If you can get switch analysis to miss a case, then stepping into the missing case should update analysis and include it.
I haven't used DIE, but a brief skim looks like it sets breakpoints at all function starts and returns then executes. Would a button or menu item that iterated over all functions and set one shot breakpoints at each function start satisfy this issue?
Related to #209 #103 #322