You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #87, we have provided stack trace messages when debug=TRUE:
These messages have lacked line number information, which limits their utility for debugging purposes since the location of the code which resulted in the error is not provided. In #127, the path to the source file is now stored whenever source or Rscript are used to launch the app.
This has the side benefit of enabling retrieval of line numbers via the srcref attribute, using srcfile:
Since #87, we have provided stack trace messages when
debug=TRUE
:These messages have lacked line number information, which limits their utility for debugging purposes since the location of the code which resulted in the error is not provided. In #127, the path to the source file is now stored whenever
source
orRscript
are used to launch the app.This has the side benefit of enabling retrieval of line numbers via the
srcref
attribute, usingsrcfile
:https://stat.ethz.ch/R-manual/R-devel/library/base/html/srcfile.html
We should take advantage of this functionality to include line numbers when available.
The text was updated successfully, but these errors were encountered: