I am wondering if there is an issue with the debugger in shiny from 0.10 onwards, at least on linux (ubuntu 12.04)?
When I try place the browser() in a shiny app, and run the program, I cannot print any variables to the screen. I see the variables in the environment panel though.
When I revert back to shiny 0.9.1, printing of variables does in fact work. Here's a screen shot to show the problem (left window). Simple program. First I can print variables with shiny 0.9.1 loaded. Then I load shiny 0.10.0.9001, and the printing doesn't display anything in the console. I had the same problem with shiny 0.10 which I loaded from CRAN too; decided to try the development version to see if the problem went away but it hasn't.
Any ideas on why printing variables in debug mode is not working? (Is it local to me on linux, or a bug?)
Here is my session info:
sessionInfo()
R version 3.1.0 (2014-04-10)
Platform: x86_64-pc-linux-gnu (64-bit)
locale:
[1] LC_CTYPE=en_CA.UTF-8 LC_NUMERIC=C LC_TIME=en_CA.UTF-8 LC_COLLATE=en_CA.UTF-8 LC_MONETARY=en_CA.UTF-8 LC_MESSAGES=en_CA.UTF-8
[7] LC_PAPER=en_CA.UTF-8 LC_NAME=C LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_CA.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] shiny_0.10.0.9001
loaded via a namespace (and not attached):
[1] bitops_1.0-6 Cairo_1.5-5 caTools_1.16 devtools_1.5 digest_0.6.4 evaluate_0.5.3 htmltools_0.2.4 httpuv_1.3.0 httr_0.3 memoise_0.1
[11] parallel_3.1.0 Rcpp_0.11.1 RCurl_1.95-4.1 RJSONIO_1.0-3 stringr_0.6.2 tools_3.1.0 whisker_0.3-2 xtable_1.7-3