You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I found that I can't see can't see any register info in register window.I try to reinstall windbg and restore system setting but nothing to it.
I can use r command to see register but register window still dosen't acquire register info
The text was updated successfully, but these errors were encountered:
here's log info
2024-10-07:00:16:10:590 : Information : DbgXUI.dll : Data retrieved for registers window. Arch is AMD64
2024-10-07:00:16:10:591 : Error : DbgXUI.dll : Unable to get text for registers in current context. Exception: Object reference not set to an instance of an object.
2024-10-07:00:16:10:637 : Information : DbgX.dll : (E) No messages waiting, dispatching callbacks
It would appear there is a bug in some of the UI windows when kernel debugging... If you have no symbols for the kernel, they don't populate correctly. We'll look into that.
In the interim, if you get the public symbols for the kernel from the public symbol server, the windows should refresh properly.
Recently I found that I can't see can't see any register info in register window.I try to reinstall windbg and restore system setting but nothing to it.
I can use r command to see register but register window still dosen't acquire register info
The text was updated successfully, but these errors were encountered: