-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Hello there!
This is not really an issue, nor a bug or a feature request, but I wanted to ask for any ideas on how to debug an R session that has been created by RServe.
I am trying to implement a java ee application that does some statistics on mobility data and I tried to find a reliable open source solution. For now RServe with REngine seems to do the job, but when it comes to more complex object assignments and function calls I'd like to debug the R session the java client is using via Rserve. Is it somehow possible to remotely attach an R client / R IDE to a specific session to step through code and monitor the global environment?
I found RStudio server, packages like remoter or your RSclient but I could not find a hint that you can actually attach to a running R session other than creating a new one by creating a new connection.
Has anyone ever done that or is it simply not possible?
Thank you in advance,
Manuel Waltschek