Ethan Swint wrote:
> I'm starting to dig through the PCB source - just a quick survey for 
> those who hack on the source code: what do you use for debugging and 
> development of the project?
> 

Usually emacs for source editing.  Sometimes vi for a quick change.  gdb 
(the GNU debugger) when I need to run the debugger.

./pcbtest.sh -gdb <other args>

from pcb/src/ will launch a just compiled pcb in the debugger with the 
arguments you give it.

Is this what you were asking?

gcc is the compiler for nearly all development.  Sometimes I'll check 
that Sun's compilers are still happy with the sources.

-Dan



_______________________________________________
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Reply via email to