breakpointer not available in scripts directory in ruby on rails -
I am Ruby on Rail Newbie in my app using Scaffold, under the Breakpoint Scripts directory. The breakpointer was copied and kept in the script directory, so it was giving an error. Any sign on this will be great ..
Thanks, Ayappa
Breakpointer now Not supported, mostly because it is incompatible with newer versions of Ruby. Ruby-debug, aka Ordbug, is the new standard
>>. / Script / server --debug then try
debugger where you want to debug a session Are on using Rdebug.
Comments
Post a Comment