ghc-debug-brick: Improve progress reporting for long running actions
This hooks into the progress reporting supported by the libraries, allows you to cancel long-running actions using `ESC` and displays the traces nicely in the footer.
Showing
- client/src/GHC/Debug/Client/BlockCache.hs 5 additions, 4 deletionsclient/src/GHC/Debug/Client/BlockCache.hs
- client/src/GHC/Debug/Client/Monad/Simple.hs 2 additions, 1 deletionclient/src/GHC/Debug/Client/Monad/Simple.hs
- ghc-debug-brick/src/Common.hs 4 additions, 4 deletionsghc-debug-brick/src/Common.hs
- ghc-debug-brick/src/Lib.hs 7 additions, 5 deletionsghc-debug-brick/src/Lib.hs
- ghc-debug-brick/src/Main.hs 108 additions, 94 deletionsghc-debug-brick/src/Main.hs
- ghc-debug-brick/src/Model.hs 18 additions, 5 deletionsghc-debug-brick/src/Model.hs
Loading
Please register or sign in to comment