Shiny debug output sometimes doesn't display in console

Hi all,

Something thats been happening for years and I can't figure out why. When I'm making a shiny app and want stop execution and see whats going on. I'll stick a 'browers()' in my code and when execution hits it and goes into debug mode. At that point I can usually type a variable in the console or highlight and run a portion of code and see the output in the console. But sometime it wont output results to the console. I only get this:
image

I can't figure out why this happens in some code and not others. Does anyone know what causes this?

Many thanks!

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