This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Fail to set break point not in current file. #15
Comments
Would you be interested in making a PR? I'd probably be faster... |
Yeah, I've not done much TS nor atom hacking, but I'll give it a go tonight. |
I'm having some trouble setting up my environment. So far I've done:
I can now open atom and use the package, but my change to the TS code are not compiled to JS. I've tried using tsc, but it returns a lot of errors:
What am I missing? |
Sorry about prolonged silence. |
I released #16 after some tweaks, so I suppose this can be closed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
this.ghciDebug.addBreakpoint(ob) // TODO: make this work properly
I suggest trying to get the module name from the file path using the
:list module
command. Here is a sketch of how it could work:GHCIDebug.ts
The text was updated successfully, but these errors were encountered: