[sane-devel] Need suggestion for a good debugger

2005-10-27 Thread Martin Collins
On Wed, 26 Oct 2005 08:44:46 -0400
Patrick Lessard patrick.less...@cogeco.com wrote:

 Any suggestion for a good debugger so I can trace the program step
 by step?

I use gdb and its GUI ddd, I'm not aware of any alternatives.

You'll want to turn off optimisation when compiling sane, and it's
much easier to use a command-line sane frontend than a GUI one.

Martin


[sane-devel] Need suggestion for a good debugger

2005-10-27 Thread Miguel Bazdresch
On 10/27/05, Martin Collins mar...@mkcollins.org wrote:
 I use gdb and its GUI ddd, I'm not aware of any alternatives.

If you have the kde libs installed, kdbg is a nice frontend to gdb too.

--
Miguel Bazdresch


[sane-devel] Need suggestion for a good debugger

2005-10-27 Thread Patrick Lessard
I'll take a look at that

Thanks everyone.

Patrick.

 -Message d'origine-
 De : sane-devel-boun...@lists.alioth.debian.org
 [mailto:sane-devel-boun...@lists.alioth.debian.org]De la part 
 de Miguel
 Bazdresch
 Envoy? : 27 octobre, 2005 07:50
 ? : sane-devel@lists.alioth.debian.org
 Objet : Re: [sane-devel] Need suggestion for a good debugger
 
 
 On 10/27/05, Martin Collins mar...@mkcollins.org wrote:
  I use gdb and its GUI ddd, I'm not aware of any alternatives.
 
 If you have the kde libs installed, kdbg is a nice frontend 
 to gdb too.
 
 --
 Miguel Bazdresch
 
 -- 
 sane-devel mailing list: sane-devel@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/sane-devel
 Unsubscribe: Send mail with subject unsubscribe your_password
  to sane-devel-requ...@lists.alioth.debian.org
 


[sane-devel] Need suggestion for a good debugger

2005-10-26 Thread Patrick Lessard
Hello,

Any suggestion for a good debugger so I can trace the program step by step?

Thank you.

Patrick.