ghci-debugger: display thunks provenance if avail
Improves reporting on ghci breakpoints when IPE information is available by printing, next to the thunk, the source file and src span where the thunk originated. Closes #25746
Showing
- compiler/GHC/Runtime/Debugger.hs 2 additions, 2 deletionscompiler/GHC/Runtime/Debugger.hs
- compiler/GHC/Runtime/Heap/Inspect.hs 39 additions, 18 deletionscompiler/GHC/Runtime/Heap/Inspect.hs
- compiler/GHC/Runtime/Interpreter.hs 7 additions, 0 deletionscompiler/GHC/Runtime/Interpreter.hs
- libraries/ghci/GHCi/Message.hs 19 additions, 0 deletionslibraries/ghci/GHCi/Message.hs
- libraries/ghci/GHCi/Run.hs 3 additions, 0 deletionslibraries/ghci/GHCi/Run.hs
Loading
Please register or sign in to comment