| 1 | <!-- ******************************************************** -->
|
|---|
| 2 | <!-- -->
|
|---|
| 3 | <!-- [History] -->
|
|---|
| 4 | <!-- Converted to DocBook: Katsuya Amako, Aug-2006 -->
|
|---|
| 5 | <!-- -->
|
|---|
| 6 | <!-- ******************************************************** -->
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 | <!-- ******************* Section (Level#1) ****************** -->
|
|---|
| 10 | <sect1 id="sect.DvpDbg">
|
|---|
| 11 | <title>
|
|---|
| 12 | Development and debug tools
|
|---|
| 13 | </title>
|
|---|
| 14 |
|
|---|
| 15 | <!-- ******************* Section (Level#2) ****************** -->
|
|---|
| 16 | <sect2 id="sect.DvpDbg.Unix">
|
|---|
| 17 | <title>
|
|---|
| 18 | UNIX
|
|---|
| 19 | </title>
|
|---|
| 20 |
|
|---|
| 21 | <para>
|
|---|
| 22 | Although not in the scope of this user manual, in this appendix
|
|---|
| 23 | section we provide a set of references to rather known and
|
|---|
| 24 | established development tools and environments we think are useful
|
|---|
| 25 | for code development in C++ in general. It's a rather limited list,
|
|---|
| 26 | far from being complete of course.
|
|---|
| 27 |
|
|---|
| 28 | <itemizedlist spacing="compact">
|
|---|
| 29 | <listitem><para>
|
|---|
| 30 | The
|
|---|
| 31 | <ulink url="http://kdevelop.org/">
|
|---|
| 32 | KDevelop environment
|
|---|
| 33 | </ulink>
|
|---|
| 34 | on Linux systems.
|
|---|
| 35 | </para></listitem>
|
|---|
| 36 | <listitem><para>
|
|---|
| 37 | The GNU
|
|---|
| 38 | <ulink url="http://www.gnu.org/software/ddd/">
|
|---|
| 39 | Data Display Debugger
|
|---|
| 40 | </ulink>
|
|---|
| 41 | (DDD).
|
|---|
| 42 | </para></listitem>
|
|---|
| 43 | <listitem><para>
|
|---|
| 44 | <ulink url="http://valgrind.org/">
|
|---|
| 45 | Valgrind
|
|---|
| 46 | </ulink>
|
|---|
| 47 | , a system for debugging and profiling Linux programs.
|
|---|
| 48 | </para></listitem>
|
|---|
| 49 | <listitem><para>
|
|---|
| 50 | Microsoft
|
|---|
| 51 | <ulink url="http://msdn.microsoft.com/vstudio/">
|
|---|
| 52 | Visual Studio
|
|---|
| 53 | </ulink>
|
|---|
| 54 | development environment.
|
|---|
| 55 | </para></listitem>
|
|---|
| 56 | <listitem><para>
|
|---|
| 57 | Parasoft
|
|---|
| 58 | <ulink url="http://www.parasoft.com/jsp/products/home.jsp?product=Insure&">
|
|---|
| 59 | Insure++
|
|---|
| 60 | </ulink>
|
|---|
| 61 | run-time debugger and memory checker
|
|---|
| 62 | </para></listitem>
|
|---|
| 63 | <listitem><para>
|
|---|
| 64 | Parasoft
|
|---|
| 65 | <ulink url="http://www.parasoft.com/jsp/products/home.jsp?product=CppTest">
|
|---|
| 66 | C++ Test
|
|---|
| 67 | </ulink>
|
|---|
| 68 | source code analyzer.
|
|---|
| 69 | </para></listitem>
|
|---|
| 70 | <listitem><para>
|
|---|
| 71 | <ulink url="http://www.sparxsystems.com.au/products/ea/">
|
|---|
| 72 | Enterprise Architect
|
|---|
| 73 | </ulink>
|
|---|
| 74 | UML Visual Modeling tool.
|
|---|
| 75 | </para></listitem>
|
|---|
| 76 | <listitem><para>
|
|---|
| 77 | <ulink url="http://www.borland.com/us/products/together/index.html">
|
|---|
| 78 | Borland Together
|
|---|
| 79 | </ulink>
|
|---|
| 80 | Visual Modeling for Software Architecture Design tool.
|
|---|
| 81 | </para></listitem>
|
|---|
| 82 | </itemizedlist>
|
|---|
| 83 | </para>
|
|---|
| 84 |
|
|---|
| 85 |
|
|---|
| 86 | </sect2>
|
|---|
| 87 | </sect1>
|
|---|