On Wed, Aug 26, 2009 at 7:53 PM, Evgeny Yurchenko<[email protected]> wrote: > What do you use to develop pfSense? which editor? debugger?
Depends on where I'm at...bug fixes or small things it's usually vi. Alternately <your favorite editor> and sshfs via FUSE is a great way to edit it live on your test machine. Depending on the color of the day, I might use TextMate or NetBeans on my Mac. In extreme cases edit local, scp over - but that's usually too much of a pain and I always end up forgetting whether I synced the change over and get sidetracking debugging something that I fixed. I have used xdebug in the past, most decent IDEs can hook into it. --Bill --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] Commercial support available - https://portal.pfsense.org
