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

Last change on this file since 921 was 904, checked in by garnier, 16 years ago

ajout de la doc

File size: 2.5 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.ibm.com/software/rational/">
72    Rational Rose
73    </ulink>
74    CASE tool.
75  </para></listitem>
76  <listitem><para>
77    <ulink url="http://www.borland.com/us/products/together/index.html">
78    Together ControlCenter
79    </ulink>
80    development environment.
81  </para></listitem>
82  <listitem><para>
83    <ulink url="http://www.telelogic.com/products/logiscope/index.cfm">
84    Logiscope
85    </ulink>
86    tool for metrics analysis.
87  </para></listitem>
88</itemizedlist>
89</para>
90
91
92</sect2>
93</sect1>
Note: See TracBrowser for help on using the repository browser.