Skip to content

Commit 0f38b75

Browse files
committed
Update README
Fixes #100
1 parent b32193e commit 0f38b75

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Haskell Debugger
22

3-
Status: **Work In Progress**
4-
5-
We are working on a first class debugger for Haskell.
6-
It is still not ready for general consumption!
7-
8-
We will properly announce through the common channels the debugger when the
9-
first major release is ready.
3+
We are working on a first class debugger for Haskell!
104

115
![CI badge](https://github.com/well-typed/haskell-debugger/actions/workflows/debugger.yaml/badge.svg) ![Hackage badge](https://img.shields.io/hackage/v/haskell-debugger.svg)
126

@@ -56,6 +50,20 @@ Change them accordingly.
5650
To run the debugger, simply hit the green run button.
5751
See the Features section below for what is currently supported.
5852

53+
# Multiple home units session
54+
55+
Multiple home units is supported but currently may require a workaround (issue is tracked by [#38](https://github.com/well-typed/haskell-debugger/issues/38)).
56+
57+
If your multiple home units session does not work by default (e.g. if you
58+
cannot set breakpoints on different units), and you do not have a `hie.yaml`
59+
file, you may want to try creating a `hie.yaml` file in the root of the
60+
workspace with:
61+
```
62+
cradle:
63+
cabal:
64+
component: "all"
65+
```
66+
5967
# Related Work
6068

6169
`hdb` is inspired by the original

0 commit comments

Comments
 (0)