-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- support to print `Thread` and `Fiber` variables with `.vars` - using `STDERR` by default - require `#<<` for output stream - `.trace_results` is enabled by default - add `.traced?` function to test whether an object is traced - extend tests and examples - correct help text - bump version to v1.2.0 Fibers are not supported on all platforms! Method trace for methods declared via `attr_xxx` are not supported in Ruby v3.0 (but later)!
- Loading branch information
1 parent
d8bb5e7
commit 08c2d0b
Showing
8 changed files
with
652 additions
and
401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.