debugging - Trace a module line by line? -
i'm trying use windbg trace program (only 1 module in it), , log line numbers executed. automate process later, wish walk through code line line.
i'm trying see if can use automated debugger calculate code coverage of automation.
i have correct symbols. how do this? debuggers have capability execute code line line.
i've tried using l+t, l+o, l+s, p , pr. i've enabled source mode (l+t), not see source code in command window, , neither see source window.
you need add symbol , src path windbg, not able resolve normally.
you can either add paths using gui:
'file>symbol file path...' , 'file>source file path...' using gui or ctrl+s , ctrl+p respectively.
Comments
Post a Comment