Currently we give HieBios a project root and entry file and it gives us the GHC flags and units to load. These are ultimately passed to runDebugger to setup the session (i.e. HscEnv) for the debugger.
When integrated with the persistent worker hopefully we can get a ghc session directly from it?
TODOs:
Currently we give HieBios a project root and entry file and it gives us the GHC flags and units to load. These are ultimately passed to
runDebuggerto setup the session (i.e. HscEnv) for the debugger.When integrated with the persistent worker hopefully we can get a ghc session directly from it?
TODOs: