[yast-devel] Starting Rails application in debugger
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: lslezak@suse.cz 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: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
participants (1)
-
Ladislav Slezak