Rstudio goes to debug mode everytime an error occurs

I have a code that I have been running for past year. I think I messed up some settings in Rstudio.

When I source the file and run it and when it crashes it used to just give me an error message now it goes to debug mode by default.

I expect it to just write an error message on console and crash the code. But Now it goes to debug mode. Please help me fix it.

Go to "Debug" menu and there to On Error. Here yo cand choose:

  • Message only
  • Error Inspector
  • Break in code
5 Likes

Thanks a lot. :grin:

If it doesn't work I will let you know.:grin::grin::grin::grin:

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