Keno / ASTInterpreter.jl

Gallium's AST interpreter as a separate package to simplify development
Other
16 stars 10 forks source link

Step through keyword/optional argument wrappers #25

Closed Keno closed 8 years ago

Keno commented 8 years ago

I'm not quite sure what to do about this. On the one hand, you probably don't want to see them. On the other hand the optional arguments could have nontrivial code in them. Perhaps step through them in line-stepping mode and do show them when single stepping. Also @JeffBezanson any other such wrappers we should take into account?

andreasnoack commented 8 years ago

Continuing https://github.com/Keno/Gallium.jl/issues/85 here: whatever you choose to do with the optional arguments, it would be convenient to have a faster way to get to the function body.