I guess Eclipse CDT is what you are looking for, but I have never used it. It always seemed efficient to me to just deal with gdb directly, and build using make + related tools<br><br>gdb supports remote debugging via gdbserver but I have never found a reason to use it<br>
<br>For an editor my personal choice is KDE&#39;s kate, just for ease of working with remote files transparently and using my mouse once in a while (I know ... I&#39;m such a noob). Men of stiffer resolve than myself swear by emacs or vim ... choosing one over the other defines you forever as a programmer so be careful (slightly joking). If you want to really go out on a limb you chould use nano, but everyone will laugh at you :D<br>
<br><div class="gmail_quote">On Sat, Dec 18, 2010 at 1:46 PM, Patrick Lists <span dir="ltr">&lt;<a href="mailto:freeswitch-list@puzzled.xs4all.nl">freeswitch-list@puzzled.xs4all.nl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On 12/18/2010 07:34 PM, Tom C wrote:<br>
&gt; I mean debugging the C source and being able to set breakpoints and step<br>
&gt; through the code, checking the contents of memory at each step.  And<br>
&gt; being able to connect to an instance of FreeSwitch running on another<br>
&gt; machine and step through the code.<br>
<br>
</div>How about gdb and valgrind:<br>
<a href="http://www.gnu.org/software/gdb/" target="_blank">http://www.gnu.org/software/gdb/</a><br>
<a href="http://valgrind.org/" target="_blank">http://valgrind.org/</a><br>
<br>
I don&#39;t know if you can connect with either to an instance running on<br>
another machine.<br>
<br>
Regards,<br>
<font color="#888888">Patrick<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>