We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4286a6b commit 3ede20cCopy full SHA for 3ede20c
1 file changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Revision history for haskell-debugger
2
3
+## 0.12.2.0 -- 2026-03-09
4
+
5
+* Bug fixes and improved progress reporting
6
+* It's now possible interactively debug GHC itself! This works by simply:
7
+ 1. Using GHC 9.14 as the boot compiler
8
+ 2. Creating .vscode/launch.json in the GHC tree root with
9
+ * `entryFile: "ghc/Main.hs"`
10
+ * `entryArgs: "["-B${workspaceFolder}/_build/stage0/lib/", "Test.hs"]"`
11
12
## 0.12.1.0 -- 2026-02-24
13
14
* Update range of supported runtime `haskell-debugger-view` versions to `0.2.*`
0 commit comments