In gdb, I can just list funcsee the definition func,
and the lines change every time. But in windbg I tried lsa func,
it sometimes works, but sometimes not. And even when it works, the line does not increase every time I press return.
How do you check the code with windbg (assuming debug symbols are loaded)?
source
share