Debugging Cramp applications involving server sent events

128 views Asked by At

Im using Cramp (http://cramp.in) for implementing server-sent events in my application.Im using thin as the server for running the app.In Rails i could use the debugger gem to debug my rails app.Can debugger be used to debug cramp applications as well ?

1

There are 1 answers

0
raza.sayed On

Solved by using the debugger gem in Gemfile insted of ruby-debug19