public
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/evanphx/rubinius.git
Add note about excessive tracing
drbrain (author)
Thu Feb 21 16:46:32 -0800 2008
commit  b15e3da34e4e888b5d0cb2a044df6034fa6b9a4c
tree    cf611e7d628f6f330dfe3cff9cfbfdf3eb1c7674
parent  9db5f4a4a9738066d5ff9fee258f8eebd44ce825
...
488
489
490
 
 
 
 
 
 
491
492
...
488
489
490
491
492
493
494
495
496
497
498
0
@@ -488,5 +488,11 @@ Valgrind is a program for debugging, profiling and memory-checking
0
 programs. The invocation is just `shotgun/rubinius --valgrind`.
0
 See http://valgrind.org for usage information.
0
 
0
+5.4 Tracing
0
+-----------
0
+
0
+Excessive tracing can rapidly fill your screen up with crap. To enable it,
0
+
0
+ RBX=rbx.debug.trace shotgun/rubinius ...
0
 
0
 === END ===

Comments

    No one has commented yet.