difficult debugging problem

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.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.