Skip to content

Commit 2b1d14e

Browse files
authored
Haskell source location (#20)
* update estgi ; replace ModuleInfo with more precise SourceCodeDescriptor set * add support for Haskell breakpoint placing ; show current program point on Haskell or STG as a fallback ; include module compile info file in module's metadata set * allow to explore variables in arbitrary depth ; include language origin and package name in source names, this allows vscode grouping in tree views * update estgi dep * mark loops during value structure unfolding * use haskell source files by deafult in loaded sources * update estgi dep * improve thread name reporting * use sourcePath instead of sourceAdapterData for source file identification, it is more robust across dap sessions * add more comments ; use debug logging ; add more error handling ; improve names
1 parent 52dfd63 commit 2b1d14e

File tree

3 files changed

+447
-197
lines changed

3 files changed

+447
-197
lines changed

dap-estgi-server/dap-estgi-server.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ executable dap-estgi
4444
, yaml
4545
, zip
4646
, bimap
47+
, pretty-simple
4748
hs-source-dirs:
4849
src
4950
default-language:

0 commit comments

Comments
 (0)