error debugging

dear members,
I am new to RStudio. This question might be very naive, but couldn't find any answers in the web.

If I run some code from the console, and if there is an error, I don't get the options of" Show Traceback" or "Rerun with Debug" in the console. I think I nedd to set some parameters in RStudio. I tried : Debug > On error > error inspector but was bootless.

How do I make "rerun with debug " option displayed in the conole if an error occurs?

Thanking you,
Yours sincerely
AKSHAY M KULKARNI

The error inspector only shows up when there's a traceback to show, so you won't see it on every error (e.g. if the error happened at the top level).

You might also try unchecking the option in General -> Advanced that says "Use debug error handler only when my code contains errors". Does that help?

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.