robert-dodier / maxima-jupyter

A Maxima kernel for Jupyter, based on CL-Jupyter (Common Lisp kernel)
Other
185 stars 31 forks source link

Debugger #102

Closed yitzchak closed 2 years ago

yitzchak commented 3 years ago

This is informational only. The git version of common-lisp-jupyter now has a debugger with breakpoints and stepping. I am working on adding maxima support.

Screenshot from 2021-08-08 14-38-03

step

robert-dodier commented 3 years ago

Terrific, thanks a lot for working on it.

yitzchak commented 3 years ago

Breakpoints and stepping are still a bit wonky, but you can see some stepping and line tracking (some) going on here.

maxima-step

yitzchak commented 3 years ago

Stepping with breakpoints and line tracking working!

stepping

robert-dodier commented 2 years ago

Wow, really amazing, great work Tarn!

yitzchak commented 2 years ago

Thanks Robert!