Mailinglist Archive: yast-devel (163 mails)
| < Previous | Next > |
[yast-devel] Starting Rails application in debugger
- From: Ladislav Slezak <lslezak@xxxxxxx>
- Date: Fri, 04 Sep 2009 15:45:10 +0200
- Message-id: <4AA119E6.1040201@xxxxxxx>
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@xxxxxxx
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@xxxxxxxxxxxx
For additional commands, e-mail: yast-devel+help@xxxxxxxxxxxx
| < Previous | Next > |