1

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 ?

raza.sayed
  • 539
  • 1
  • 9
  • 23

1 Answers1

1

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

raza.sayed
  • 539
  • 1
  • 9
  • 23