Reputation: 549
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 ?
Upvotes: 1
Views: 115
Reputation: 549
Solved by using the debugger gem in Gemfile insted of ruby-debug19
Upvotes: 1