Re: [pfSense Support] dev enviroment

2009-08-28 Thread Evgeny Yurchenko


Bill Marquette wrote:On Wed, Aug 26, 2009 at 7:53 PM, Evgeny 
Yurchenkoevg.yu...@rogers.com wrote:
  

On Wed, Aug 26, 2009 at 7:53 PM, Evgeny Yurchenkoevg.yu...@rogers.com wrote:
What do you use to develop pfSense? which editor? debugger?


Alternately your favorite editor and sshfs via FUSE is a great way
to edit it live on your test machine. 

This is new to me. Will see.

I might use TextMate or NetBeans on my Mac.
I see you guys use Macs intensively but how it works? I think you do not 
edit on mac then scp to your test box because:

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.
  

So, you have your pfSenese dev box, your Mac and ??? how?
Sorry for all these silly questions but just can't get comfortable 
within my dev box...

And thanks for hints...

Eugene

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



Re: [pfSense Support] dev enviroment

2009-08-28 Thread Bill Marquette
On Fri, Aug 28, 2009 at 8:51 AM, Evgeny Yurchenkoevg.yu...@rogers.com wrote:

 Bill Marquette wrote:On Wed, Aug 26, 2009 at 7:53 PM, Evgeny
 Yurchenkoevg.yu...@rogers.com wrote:


 On Wed, Aug 26, 2009 at 7:53 PM, Evgeny Yurchenkoevg.yu...@rogers.com
 wrote:
 What do you use to develop pfSense? which editor? debugger?


 Alternately your favorite editor and sshfs via FUSE is a great way
 to edit it live on your test machine.

 This is new to me. Will see.

 I might use TextMate or NetBeans on my Mac.

 I see you guys use Macs intensively but how it works? I think you do not
 edit on mac then scp to your test box because:

 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.


 So, you have your pfSenese dev box, your Mac and ??? how?
 Sorry for all these silly questions but just can't get comfortable within my
 dev box...
 And thanks for hints...

Speaking personally..I use MacFusion (ssfs via FUSE with a gui
wrapper) to mount the filesystem via ssh.  Then I point my local
editor at the locally mounted filesystem.  This workflow should work
fine on Windows, Linux, FreeBSD, or anything else that supports
sshfs/fuse.  Some editors also have a concept of a remote project (I
believe NetBeans and Eclipse can handle syncing via sftp - although
I've never used that feature).

--Bill

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



Re: [pfSense Support] dev enviroment

2009-08-28 Thread Bill Marquette
On Fri, Aug 28, 2009 at 10:21 AM, Jim Pingleli...@pingle.org wrote:
 Bill Marquette wrote:
 Speaking personally..I use MacFusion (ssfs via FUSE with a gui
 wrapper) to mount the filesystem via ssh.  Then I point my local
 editor at the locally mounted filesystem.  This workflow should work
 fine on Windows, Linux, FreeBSD, or anything else that supports
 sshfs/fuse.  Some editors also have a concept of a remote project (I
 believe NetBeans and Eclipse can handle syncing via sftp - although
 I've never used that feature).

 Is there a FUSE port for Windows? I thought it was only on BSD, Linux,
 and Mac. I'd love to be able to use ssh filesystems from Windows boxes.

No idea how well it works but:
  http://dokan-dev.net/en/download/

At one point I thought I found a commercial sshfs tool for Windows, it
wasn't expensive, but I haven't used Windows in anger in over 2 years
now.

--Bill

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



Re: [pfSense Support] dev enviroment

2009-08-26 Thread Chris Buechler
On Wed, Aug 26, 2009 at 8:53 PM, Evgeny Yurchenkoevg.yu...@rogers.com wrote:
 What do you use to develop pfSense? which editor?

Textmate on Mac, Komodo on Windows.

 debugger?

Copy over code, run and test. I don't use a debugger of any sort, when
I'm looking for more info on what's happening I'll throw in log_error
lines to drop the appropriate info into the system logs.

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org