Closed nev-awaken closed 2 months ago
hi @nev-awaken,
this is a good inquiry but the issue is not related to ambiorix.
to add breakpoints in R, have a look at ?browser
Hi @kennedymwavu . Thanks for the info. You can close this now.
https://github.com/ManuelHentschel/VSCode-R-Debugger/issues/188 This solves it temporarily
Thanks for making this amazing package. I was trying to use
box::use
in anambiorix
app where it worked correctly in running the application, but I couldn't do the debugging through the VS Code debugger. I had placed breakpoints on different functions in different files, but they are not getting triggered; it just runs through the code and opens up the server in the browser.Reproducible Example : app.R
test_function.R - in here I have debug placed at
print()
Debug Console Output :