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
Per conversation with @aluhrs13, it appears that the Process Tree is missing from the new UI; only threads in the current process are visible. The old UI, which made it much easier to work in codebases like Chromium, was documented here:
You can:
- Make a directory (e.g.: ProcessThreads) in %LocalAppData%\DBG\UserExtensions
- Copy the files into that directory (removing the .txt extension)
- Restart the debugger
At that point, there should be a "Process & Threads" icon on the "Extensions" tab of the ribbon:
Clicking it will bring up a view similar in form to the old WinDbg one.... you can right click any process and/or thread in that view and "Switch To":
The JS stuff has long been documented... you can find documentation for the gallery manifesting at:
Per conversation with @aluhrs13, it appears that the Process Tree is missing from the new UI; only threads in the current process are visible. The old UI, which made it much easier to work in codebases like Chromium, was documented here:
https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/processes-and-threads-window
The text was updated successfully, but these errors were encountered: