https://github.com/kevinushey/loupe
An R package for inspecting the call stack of other running R processes.
https://github.com/kevinushey/loupe
Last synced: 22 days ago
JSON representation
An R package for inspecting the call stack of other running R processes.
- Host: GitHub
- URL: https://github.com/kevinushey/loupe
- Owner: kevinushey
- License: other
- Created: 2021-04-30T19:49:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T18:31:21.000Z (almost 4 years ago)
- Last Synced: 2025-01-28T19:13:47.250Z (3 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - kevinushey/loupe - An R package for inspecting the call stack of other running R processes. (Shell)
README
## loupe
> loupe [noun]. a small magnifying glass used by jewelers and watchmakers.
**NOTE: This package is currently experimental. It will probably break, and will probably crash your R processes when you use it. Hopefully that will be less true in the future. Proceed at your own risk!**
Inspect running R processes from R, or from the command line via the bundled `loupe` script.
`loupe` works by using `lldb` / `gdb` to attach to your running R process,
and then invokes an R script to capture the stack trace and R call frames.