Commit 2b1d14e
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 names1 parent 52dfd63 commit 2b1d14e
File tree
3 files changed
+447
-197
lines changed- dap-estgi-server
- src
3 files changed
+447
-197
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments