From 980c5a4c21484cbd86fcda6b0ce995cd639b3dca Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Thu, 23 Oct 2025 16:58:10 -0700 Subject: [PATCH] notes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a51621d9..562dc77c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,9 @@ the quotes, and pass them to the target when launched. - Fixed the debugger not correctly responding (through font and UI scale) to DPI changes. +- Fixed the debugger incorrectly generating conflicting source line info records + in PDB -> RDI conversion, which in some scenarios was preventing source line + maps from working (leading to breakpoint resolution failing). - Other small fixes, improvements, and tweaks. # v0.9.23-alpha