Ryan Fleury
|
c41d67120f
|
fix incorrect bounds check in new per-line fstrs building path
|
2025-05-22 11:13:18 -07:00 |
|
Ryan Fleury
|
d254d8edb4
|
switch singular frame scopes to stack of frame scopes; always ensure scopes are closed before breaks in frames.
|
2025-05-22 09:28:13 -07:00 |
|
Ryan Fleury
|
b0fb102813
|
sketch out spall integration
|
2025-05-21 12:01:43 -07:00 |
|
Ryan Fleury
|
25dda717ad
|
setting to prefer os native file dialog uis (off by default because they are slow and bad)
|
2025-05-20 15:59:49 -07:00 |
|
Ryan Fleury
|
2d5bf9efc2
|
last-hit-breakpoint visualization
|
2025-05-20 15:41:16 -07:00 |
|
Ryan Fleury
|
16fd72ef4f
|
more granular watch window fresh/bad visualization, since each cell can be an arbitrary evaluation now; also reintroduce failed-memory-read visualization
|
2025-05-20 15:31:37 -07:00 |
|
Ryan Fleury
|
41ee0c83d4
|
notes; skip relativization path for stdout/stderr/stdin paths
|
2025-05-20 11:00:18 -07:00 |
|
Ryan Fleury
|
9ae0ee9a46
|
correctly use tab width px in new code slice fstrs measuring path
|
2025-05-19 19:21:06 -07:00 |
|
Ryan Fleury
|
47d658daed
|
ensure rd frame depth is always computed correctly; eliminate incorrect frame scope (ctrl/di) usage - fix weird deadlocks!
|
2025-05-19 16:21:38 -07:00 |
|
Ryan Fleury
|
b9e3df4cae
|
pass over hash store layer / all users, to switch to explicit 64-bit root alloc/dealloc, and 128-bit ids, for a full 192-bit hs key
|
2025-05-19 14:52:28 -07:00 |
|
Ryan Fleury
|
7a44cbbd0d
|
adjust high priority call stack timeout threshold
|
2025-05-17 08:41:51 -07:00 |
|
Ryan Fleury
|
a379134ed8
|
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
|
2025-05-16 21:12:58 -07:00 |
|
Ryan Fleury
|
86eabe0d6d
|
offer priority selection in call stack retrieval; prioritize selected thread & operations which require a result; adjust call stack builder path to be a bit more generous while waiting for memory reads
|
2025-05-15 21:57:50 -07:00 |
|
Ryan Fleury
|
965f5f4896
|
0.9.18 notes
|
2025-05-15 14:37:37 -07:00 |
|
Ryan Fleury
|
6ff66b0fef
|
adjust static breakpoint disqualification to not assume invalid eval -> statically disqualfiied
|
2025-05-15 14:05:14 -07:00 |
|
Ryan Fleury
|
e5d6a49055
|
first pass at call stack cache, need a lot of clean up before this is working...
|
2025-05-14 21:44:09 -07:00 |
|
Ryan Fleury
|
1b26c3f180
|
entity_ctx * entity_store -> entity_ctx, entity_ctx_rw_store, thread-local entity_ctx_lookup_accel
|
2025-05-14 19:11:02 -07:00 |
|
Ryan Fleury
|
1e6b3ee2e6
|
split read-only ctrl entity operations from read-write ctrl entity operations, represent in type system via EntityCtx vs. EntityStore
|
2025-05-14 18:35:25 -07:00 |
|
Ryan Fleury
|
a7b6e6f02a
|
eliminate usage of old overcomplicated call stack data structure, which required actively holding debug info references... we want to eliminate this so that we can trivially cache call stacks / unwinds
|
2025-05-14 13:51:59 -07:00 |
|
Ryan Fleury
|
e60e0c8555
|
sketch out unwind cache
|
2025-05-14 11:43:54 -07:00 |
|
Ryan Fleury
|
a67f326f78
|
eliminate redundant recomputation of ir extensions
|
2025-05-14 10:27:01 -07:00 |
|
Ryan Fleury
|
141b96c17e
|
do not skip 0 with texture formats
|
2025-05-14 08:21:54 -07:00 |
|
Ryan Fleury
|
ad714e9baa
|
dwrite: do not try to create font face if font file creation fails
|
2025-05-14 08:11:13 -07:00 |
|
Ryan Fleury
|
271e8e4523
|
deduplicate new file path maps on-add
|
2025-05-13 16:29:23 -07:00 |
|
Ryan Fleury
|
5532aa6903
|
rdi_from_pdb: when relative paths are supplied by line info, build them as being relative to OBJ; this is not necessarily correct but it is the best thing we can do given the available information. the user needs to remap this once in the debugger, but then it will work.
|
2025-05-13 16:23:31 -07:00 |
|
Ryan Fleury
|
258b45a837
|
eliminate a bit of duplicate font cache lookups in code view build, + eliminate unnecessary per-box color lookups
|
2025-05-13 15:11:41 -07:00 |
|
Ryan Fleury
|
e10f0489da
|
record which irtree-and-type generations were produced via auto-hooks; skip those when doing typeofs
|
2025-05-13 14:19:30 -07:00 |
|
Ryan Fleury
|
8b8c88f310
|
preserve whole chain of parent irtrees, do not simply apply only to autohook overrides; straighten out some event consumption weirdness in interaction between autocompletion floating view & query floating view; ensure we mark the cfg space as dirty when modifying strings
|
2025-05-13 13:44:14 -07:00 |
|
Ryan Fleury
|
97c58e3747
|
start sketching out pieces for flattened expansions in rows(...)
|
2025-05-13 11:55:06 -07:00 |
|
Ryan Fleury
|
11c1b5277e
|
only -> rows; table -> columns
|
2025-05-13 10:44:06 -07:00 |
|
Ryan Fleury
|
d564184d31
|
chip away more unneeded path processing, impeding proper support for relative paths; we want to mostly preserve paths as we see them, and then we should find a different story for mapping the paths in very few places
|
2025-05-12 17:09:13 -07:00 |
|
Ryan Fleury
|
a5b227a1c6
|
egl/glx work; eliminate unneeded path normalization paths; do not assume os current path when normalizing paths; gl synchronous debug strings
|
2025-05-12 16:03:36 -07:00 |
|
Ryan Fleury
|
868f2d0660
|
be a bit more robust to failures in window creation, IPC thread launching, & semaphore non-implemented parts
|
2025-05-10 14:39:32 -07:00 |
|
Ryan Fleury
|
3fd1f9d255
|
stub out demon/fontprovider so we can build debugger
|
2025-05-10 14:28:14 -07:00 |
|
Ryan Fleury
|
f38da420e9
|
force hover eval in window on X axis only; store expr strings rather than expr trees in auto hook map
|
2025-05-09 12:51:02 -07:00 |
|
Ryan Fleury
|
345d5579d2
|
do not show switch in IPC docs
|
2025-05-09 12:27:35 -07:00 |
|
Ryan Fleury
|
2c58b81dde
|
parameterize find-code-location by forcing-focus to destination panel; use that in 'switch' command
|
2025-05-09 12:22:27 -07:00 |
|
Ryan Fleury
|
a3e471897c
|
scroll-to-bottom-on-change setting for text (inc. output) visualizers
|
2025-05-09 11:31:54 -07:00 |
|
Ryan Fleury
|
f2bf8ccb2e
|
layer color coverage / usage in thread colors
|
2025-05-09 11:15:00 -07:00 |
|
Ryan Fleury
|
5fce46baaf
|
adjust toggle-switch-dragging path so that keyboard presses still register
|
2025-05-09 10:43:17 -07:00 |
|
Ryan Fleury
|
3b0064d8cd
|
multi-toggle-switch-toggle-in-single-press
|
2025-05-09 10:34:00 -07:00 |
|
Ryan Fleury
|
417202c0a0
|
press in view content -> steal focus from query bar
|
2025-05-09 10:16:49 -07:00 |
|
Ryan Fleury
|
cb2e9fe27c
|
record last opened user in program data, recall on startup
|
2025-05-09 09:56:16 -07:00 |
|
Ryan Fleury
|
dd3f3366a8
|
fix bad 0.9.16 version check in config loading; helpers for building version codes, so they can be compared
|
2025-05-09 09:48:54 -07:00 |
|
Ryan Fleury
|
bbdbcead16
|
correctly allow space keybindings; bind by default to 'accept', along with return; -> allow space for hitting buttons, expansions, etc.
|
2025-05-09 09:05:51 -07:00 |
|
Ryan Fleury
|
f237f6cb24
|
hack in fix for not automatically escaping user inputs - was preventing backslashes from being used correctly in query inputs
|
2025-05-08 16:16:53 -07:00 |
|
Ryan Fleury
|
802da729b2
|
further work on view callee helper ui
|
2025-05-08 15:18:09 -07:00 |
|
Ryan Fleury
|
2a3c5527e0
|
only decorate debug-info-table-generated expressions with `s when we can detect it is necessary (.s are now allowed); only generate simplified expression extension strings for expressions in watch windows if parent keys are present, otherwise just do the full expression
|
2025-05-08 14:14:30 -07:00 |
|
Ryan Fleury
|
e13de08637
|
fix process choice in lister-completion-evaluation; do not rely on selected process! fixes 'enter' in listers not functioning when initially launching a process.
|
2025-05-08 13:34:38 -07:00 |
|
Ryan Fleury
|
4c49daa5a4
|
reintroduce add function breakpoint fast-path
|
2025-05-08 13:22:16 -07:00 |
|