I am using shotgun for my rack (sinatra) app and would like to know how to configure Sinatra to debug my app using the run/debug configurations window.
currently debugging with shotgun doesn't work because ruby-debug-ide gem doesn't work with forking, which is used by shotgun. You can file a feature request here: https://github.com/ruby-debug/ruby-debug-ide/issues/ The only workaround I can suggest is to run application without shotgun, it works in my case.
Hello Steve,
currently debugging with shotgun doesn't work because ruby-debug-ide gem doesn't work with forking, which is used by shotgun. You can file a feature request here: https://github.com/ruby-debug/ruby-debug-ide/issues/
The only workaround I can suggest is to run application without shotgun, it works in my case.