source: trunk/documents/UserDoc/DocBookUsersGuides/ForApplicationDeveloper/xml/Appendix/developmentDebugTools.xml

Last change on this file was 1208, checked in by garnier, 15 years ago

CVS update

File size: 2.4 KB
Line 
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>
12Development and debug tools
13</title>
14
15<!-- ******************* Section (Level#2) ****************** -->
16<sect2 id="sect.DvpDbg.Unix">
17<title>
18UNIX
19</title>
20
21<para>
22Although not in the scope of this user manual, in this appendix
23section we provide a set of references to rather known and
24established development tools and environments we think are useful
25for code development in C++ in general. It's a rather limited list,
26far 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&amp;">
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>
Note: See TracBrowser for help on using the repository browser.