raza.sayed
raza.sayed

Reputation: 549

Debugging Cramp applications involving server sent events

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

Answers (1)

raza.sayed
raza.sayed

Reputation: 549

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

Upvotes: 1

Related Questions