Colin Law wrote: > On 17 August 2010 10:13, Periyasamy Ramachandiran <[email protected]> > wrote: >> Hi, >> >> I am not able to debug my *.html.erb file in ruby. The breakpoints >> leaves when debugging?. Can anybody help me why i can't do? > > Sorry I do not understand exactly the problem you are seeing. Are you > able to break in the controller by entering a line > debugger > > > If so then you should be able to break into the erb file with > <% debugger %> > > If neither work then have you installed ruby-debug? > > Colin
Hi, Thanks for your reply. I can able to do in controller as well as in model. But in .html.erb file i can't able to debug all the statements. Some lines only getting debugging. I also have the gem ruby-debug-base (0.10.3, 0.10.2) ruby-debug-ide (0.4.9, 0.3.1). But no solution. Thanks, Periyasamy. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

