r-lib / debugme

Easy and efficient debugging for R packages
https://r-lib.github.io/debugme/
Other
147 stars 10 forks source link

FR: Show file and line with each debug message #39

Closed krlmlr closed 5 years ago

krlmlr commented 5 years ago

Is this information available during instrumentation?

Colored gray, between package name and message. Ideally should be aligned so that the messages still start in the same column for each package.

package R/file.R:123      Message
package R/other-file.R:45 Other message
krlmlr commented 5 years ago

Duplicate of #13.