Miso needed to start a Rails application in debugger some time ago, using 
'debugger'
keyword doesn't help if you want to debug application loading.

Now I have found the correct way - call the debugger directly:

cd web-client/webclient
rdebug script/server -- --debugger

(the application parameters are passed after -- options)

Enjoy! :-)

--

Best Regards

Ladislav Slezák
Yast Developer
------------------------------------------------------------------------
SUSE LINUX, s.r.o.                              e-mail: [email protected]
Lihovarská 1060/12                              tel: +420 284 028 960
190 00 Prague 9                                 fax: +420 284 028 951
Czech Republic                                  http://www.suse.cz/
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to