JuliaDebug / Gallium.jl

The Julia debugger
Other
174 stars 23 forks source link

Will Gallium support IJulia in the future? #147

Closed AStupidBear closed 8 years ago

ViralBShah commented 8 years ago

I don't think Jupyter supports debuggers - so not until then.

tkelman commented 8 years ago

JupyterLab might have some better debugger support coming in the future?

ViralBShah commented 8 years ago

Maybe - but this isn't the place to discuss it.

tkelman commented 8 years ago

Worth at least mentioning somewhere.

cstjean commented 7 years ago

Jupyter has had debugger support for as long as I've used it. After an error in a Python notebook, press %debug, then it goes into a "console mode" to run pdb.

screen shot 2016-09-29 at 19 26 09

It'd be awesome to have it work for Julia.

AStupidBear commented 7 years ago

Debug.jl can do this before, but now it's deprecated