How to disable function "View" mode when debugging

Is there a way to disable the View mode in RStudio when debugging functions?

Code example:

myfun <- function() {
  browser()
}
myfun()

I am aware of the fact that it does not open for sourced functions, might be undesireable often since it might be unclear which function I debug etc.

Only question: is it possible or not. Was unsuccessfully searching in "Global Options"

See also the same question on SO

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.