mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
7 lines
307 B
Plaintext
7 lines
307 B
Plaintext
When Ruby raises an exception, it leaves you a backtrace to help you figure out
|
|
where did the exception originated in. Bindex gives you the bindings as well.
|
|
This can help you introspect the state of the Ruby program when at the point the
|
|
exception occurred.
|
|
|
|
WWW: https://github.com/gsamokovarov/skiptrace
|