[Rails] Re: Debug output / settings for debug sessions

2010-01-10 Thread Fritz Trapper
Sijo k g wrote: I did not understand your question. Sorry for my bad description. I'm still using the debugger and want to optimize my way to use it. 1. Rails has a logging facility, which offers methods to write messages to the log. I'm looking for a technique, that doesn't write debug

[Rails] Re: Debug output / settings for debug sessions

2010-01-09 Thread Sijo k g
Hi Fritz Trapper I did not understand your question.Do you have doubt in running ruby debugger?If it is then in your application write require 'ruby-debug' Then put the below where you want to activate debugger debugger Now start application as ./script/server --debugger You will be