Skip to content

Julia debugging notes

Isaiah edited this page Jan 30, 2014 · 3 revisions
  • jl_ is the most useful function ever
  • set breakpoints in eval and step on through
  • gdb functions like so:
  define foo
    cont
    p jl_(e)
Clone this wiki locally