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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -