Black Bytes | RSS Feed http://www.blackbytes.info Ruby Programming Tutorials Mon, 17 Oct 2016 01:59:51 +0000 en-US hourly 1 http://wordpress.org/?v=4.3.6 Ruby tracing – A useful debugging tool http://www.blackbytes.info/2012/06/ruby-tracing/ http://www.blackbytes.info/2012/06/ruby-tracing/#comments Sat, 02 Jun 2012 18:11:56 +0000 http://blackbytes.wordpress.com/?p=351 Tracing is following all the steps taken by a program, specially function calls/methods, this can be a useful debugging tool when tracking down some problems with your application. In Ruby we have a tracing tool built-in, we can invoke it with ruby -rtracer script.rb but as you can see here it’s not easy to tell […]

The post Ruby tracing – A useful debugging tool appeared first on Black Bytes. Don't miss your free gift here :)

]]>
http://www.blackbytes.info/2012/06/ruby-tracing/feed/ 1