toivoh

Results 30 comments of toivoh

I'll have to give this one some thought. I agree that it would be an incredibly useful feature (and it might be the one that I've got most requests for,...

step over/out: implemented

Seems like this must have been caused by some change in Julia's AST format. I'll see if I get some time to look at it.

I think that I found the cause. I've submitted a bug report with Julia: https://github.com/JuliaLang/julia/issues/4771. If it's not fixed soon, I can implement a workaround.

Hi, Those are some excellent questions, and I'll try to answer what I can. Modia does use `eval`, but only as a last step, when it should have pretty good...

For the second question: I belive that `eval(MyModule, expr`) should work, maybe also `MyModule.eval(expr)`.

Of course. Which one, `sta.log` or something else?

[sta.log](https://github.com/user-attachments/files/16114914/sta.log)

Until `readline` works, is there any way to get textual user input while running in IJulia? Interactive debugging with the `Debug` package will not work without it, see https://github.com/toivoh/Debug.jl/issues/52.