haskell: improve REPL/debugger integration (WIP)
This commit is contained in:
parent
8bb8bb7b62
commit
6f652c1e96
3 changed files with 14 additions and 11 deletions
|
@ -56,6 +56,8 @@
|
|||
;; TODO Add python debugging
|
||||
((memq major-mode '(js-mode js2-mode js3-mode))
|
||||
(realgud:trepanjs))
|
||||
((eq major-mode 'haskell-mode)
|
||||
(haskell-debug))
|
||||
(t (user-error "No debugger for %s" major-mode)))))
|
||||
|
||||
;;;###autoload (autoload 'narf:debug-toggle-breakpoint "defuns-debug" nil t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue