[Puppet Users] Re: ruby visual debuggers/ide's for Linux

2013-12-26 Thread JuanBrein
I would highly suggest you to use VIM+plugins Powerful as any other graphical IDE plus you can run it in any console plus run on any OS plus free :-) On Tuesday, December 24, 2013 11:21:48 PM UTC, Stuart Cracraft wrote: > > Hi, > > Is there a plain-text visual debugger ide for Linux for Ruby any

[Puppet Users] Re: ruby visual debuggers/ide's for Linux

2013-12-26 Thread Stuart Cracraft
Juan, Where is this documented? Stuart On Thursday, December 26, 2013 3:35:23 AM UTC-8, JuanBrein wrote: > I would highly suggest you to use VIM+plugins > > Powerful as any other graphical IDE plus you can run it in any console > plus run on any OS plus free :-) > > On Tuesday, December 24, 20

[Puppet Users] Re: ruby visual debuggers/ide's for Linux

2013-12-26 Thread Stuart Cracraft
Hi everybody. My quest for a Ruby debugger is over. This does it: http://stackoverflow.com/questions/1359333/how-do-i-use-ruby-debug-inside-emacs The result is a 6-window split in emacs. One is interactive to rdb. One is the code with the program counter (i.e. the "arrow") One is for varia

Re: [Puppet Users] Re: ruby visual debuggers/ide's for Linux

2013-12-26 Thread Johan De Wit
I use vim-puppet-lint and syntastic, they are in the https://github.com/scrooloose/syntastic http://puppet-lint.com/ As an example, here is my .vimrc file " http://vimdoc.sourceforge.net/htmldoc/change.html#fo-table execute pathogen#infect() set fo=tcq set nocompatible set modeline syntax on "