Skip to content

Commit

Permalink
Update for new debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Oct 16, 2024
1 parent d58c347 commit 9a17af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lisp/cando-jupyter/kernel.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
(if (or (not *leap-syntax*)
(lisp-code-p code))
(call-next-method)
(jupyter:handling-errors
(jupyter:with-debugger (:internal t)
(dolist (expr (cadadr (leap-read code)) (values))
(unless (eq :comment (caar expr))
(jupyter:execute-result (leap-eval (list :leap (list :instruction (list expr))))))))))
Expand Down
2 changes: 1 addition & 1 deletion src/lisp/cando-widgets/pages.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
,@bordeaux-threads:*default-special-bindings*)))
(bordeaux-threads:make-thread
(lambda ()
(j:handling-comm-errors
(j:with-debugger ()
(do-run-task instance action (or parameter (parameter instance)))))))))


Expand Down

0 comments on commit 9a17af9

Please sign in to comment.