I have some R code that is embedded in an external, non-R application that I need to debug. The app crashes when the code is run, but I get no useful output.
I can invoke the app from RStudio, but, nserting break points in the code the app calls does not work. I can't get into that running code. Is there any way to debug R code loaded by an app external to RStudio?
I am on Windows 10.