mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 22:08:41 +00:00
demon tweaks / debugging; adjust call stack cache reading API to account for high-priority path, where we want to try computing the thread's call stack immediately
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
- The debugger now unfocuses query bars (e.g. that opened by `Ctrl + F` in a source view) if the main view content is clicked by the mouse. The query bar can be refocused also by clicking.
|
||||
- Moved call stack evaluation to occur asynchronously, so that deeper call stacks (which can be expensive to compute) do not block the UI.
|
||||
- Stopped the debugger from running the default Windows message handling path for most `Alt`-based keybindings, which was causing a Windows beep sound to play.
|
||||
- Fixed a bug where RDI files would sometimes fail to generate, resulting in no debug info being available on some runs.
|
||||
- Fixed a bug which was preventing backslashes from working in file system querying interfaces correctly.
|
||||
- Fixed a bug which was preventing some recursive callstacks from fully displaying in the debugger.
|
||||
- Fixed a bug which prevented `Space` from being used as a keybinding. Bound `Space` by default to the `Accept` command (to which `Enter` / `Return` is also defaultly bound).
|
||||
|
||||
Reference in New Issue
Block a user