Manuel Hentschel

Results 60 comments of Manuel Hentschel

When packages are installed from source with the flag `--with-keep.source`, the functions from that package contain the attribute `srcref` which points to the original source file of the function. Would...

Maybe the R start up takes unusually long? You can change the config `"r.debugger.timeouts.startup": 2000` to wait longer for R to get ready.

Can you please post the content of the output channel (`strl+shift+u` by default) named "R Debugger"?

Thanks for the logs! I don't have a mac available, so I can't really debug this any further, but a quick google search seems to indicate that you are not...

Thanks for raising this issue. To an extent, this is intended, since stopping at an empty line might be a bit confusing (since nothing would happen if you click "Step...

Unfortunately, this is not possible at the moment. Implementing this properly is going to be difficult (e.g. due to all the different settings/commands that can be specified for each code...

Can you please give an example how the corresponding R/Rscript call would look like?

Sourcing a file on F5 is a bit of an abuse of the debug protocol, so I'm not sure how to solve this properly. The cleanest solution would be to...

> Just to be sure: this "abuse" is what you implemented, right? Or is this something I (mis-)configured? Correct, my implementation is a bit of an "abuse". > I wonder...

Definitely not a stupid question! I had the same idea some time last year and actually spent some time working on a solution in https://github.com/ManuelHentschel/dapWrapper (the dap-server seemed to work...