| [1208] | 1 | <HTML>
|
|---|
| 2 | <TITLE>
|
|---|
| 3 | </TITLE>
|
|---|
| 4 |
|
|---|
| 5 | <BODY>
|
|---|
| 6 | <TABLE WIDTH="100%"><TR>
|
|---|
| 7 | <TD>
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 | <A HREF="index.html">
|
|---|
| 11 | <IMG SRC="../../../../resources/html/IconsGIF/Contents.gif" ALT="Contents"></A>
|
|---|
| 12 | <A HREF="buildFile.html">
|
|---|
| 13 | <IMG SRC="../../../../resources/html/IconsGIF/Previous.gif" ALT="Previous"></A>
|
|---|
| 14 | <A>
|
|---|
| 15 | <IMG SRC="../../../../resources/html/IconsGIF/NextGR.gif" ALT="Next"></A>
|
|---|
| 16 | </TD>
|
|---|
| 17 | <TD ALIGN="Right">
|
|---|
| 18 | <FONT SIZE="-1" COLOR="#238E23">
|
|---|
| 19 | <B>Geant4 User's Guide</B>
|
|---|
| 20 | <BR>
|
|---|
| 21 | <B>For Application Developers</B>
|
|---|
| 22 | <BR>
|
|---|
| 23 | <B>Appendix</B>
|
|---|
| 24 | </FONT>
|
|---|
| 25 | </TD>
|
|---|
| 26 | </TR></TABLE>
|
|---|
| 27 | <BR><BR>
|
|---|
| 28 |
|
|---|
| 29 | <P ALIGN="Center">
|
|---|
| 30 | <FONT SIZE="+3" COLOR="#238E23">
|
|---|
| 31 | <A name="10.7">
|
|---|
| 32 | <B>10.7 Development and debug tools</B></A>
|
|---|
| 33 | </FONT>
|
|---|
| 34 | <BR><BR>
|
|---|
| 35 |
|
|---|
| 36 | <HR ALIGN="Center" SIZE="7%">
|
|---|
| 37 | <BR><BR>
|
|---|
| 38 |
|
|---|
| 39 |
|
|---|
| 40 | <!-- ============================================== Section -->
|
|---|
| 41 | <H2>1. UNIX</H2>
|
|---|
| 42 | Although not in the scope of this user manual, in this appendix section
|
|---|
| 43 | we provide a set of references to rather known and established development
|
|---|
| 44 | tools and environments we think are useful for code development in C++ in
|
|---|
| 45 | general. It's a rather limited list, far from being complete of course.
|
|---|
| 46 |
|
|---|
| 47 | <UL>
|
|---|
| 48 | <LI>The <a href="http://kdevelop.org">KDevelop environment</a> <a href="#KDevelop">[1]</a>
|
|---|
| 49 | on Linux systems.</LI>
|
|---|
| 50 | <LI>The GNU <a href="http://www.gnu.org/software/ddd">Data Display Debugger</a>
|
|---|
| 51 | (DDD) <a href="#DDD">[2]</a>.</LI>
|
|---|
| 52 | <LI><a href="http://valgrind.org">Valgrind</a>, a system for debugging and
|
|---|
| 53 | profiling Linux programs <a href="#Valgrind">[3]</a>.</LI>
|
|---|
| 54 | <LI>SUN <a href="http://developers.sun.com/sw/products/overview.html">SUN ONE Studio environment</a>
|
|---|
| 55 | (former Workshop) <a href="#Forte">[4]</a>.</LI>
|
|---|
| 56 | <LI>Microsoft <a href="http://msdn.microsoft.com/vstudio">Visual Studio</a>
|
|---|
| 57 | development environment <a href="#VStudio">[5]</a>.</LI>
|
|---|
| 58 | <LI>Parasoft <a href="http://www.parasoft.com/products/insure">Insure++</a>
|
|---|
| 59 | run-time debugger and memory checker <a href="#Insure">[6]</a>
|
|---|
| 60 | <LI>Parasoft <a href="http://www.parasoft.com/jsp/products/home.jsp?product=CppTest">C++ Test</a>
|
|---|
| 61 | source code analyzer <a href="#CWizard">[7]</a>.
|
|---|
| 62 | <LI><a href="http://www-306.ibm.com/software/rational/offerings/design.html">Rational Rose</a> CASE
|
|---|
| 63 | tool <a href="#Rose">[8]</a>.
|
|---|
| 64 | <LI><a href="http://www.togethersoft.com/products/controlcenter">Together ControlCenter</a>
|
|---|
| 65 | development environment <a href="#Together">[9]</a>.
|
|---|
| 66 | <LI><a href="http://www.telelogic.com/products/logiscope/index.cfm">Logiscope</a> tool for
|
|---|
| 67 | metrics analysis <a href="#Logiscope">[10]</a>.
|
|---|
| 68 | <LI><a href="http://www-306.ibm.com/software/rational/offerings/lifecycle.html">Rational Unified Process</a> (RUP)
|
|---|
| 69 | tool for Software engineering<a href="#RUP">[11]</a>
|
|---|
| 70 | </UL>
|
|---|
| 71 |
|
|---|
| 72 | <P>
|
|---|
| 73 | <HR>
|
|---|
| 74 |
|
|---|
| 75 | <P>
|
|---|
| 76 | <table>
|
|---|
| 77 | <tr><td valign=top><a name="KDevelop">[1]</a>
|
|---|
| 78 | <td><a href="http://kdevelop.org">http://kdevelop.org</a>
|
|---|
| 79 | <tr><td valign=top><a name="DDD">[2]</a>
|
|---|
| 80 | <td><a href="http://www.gnu.org/software/ddd">http://www.gnu.org/software/ddd</a>
|
|---|
| 81 | <tr><td valign=top><a name="Valgrind">[3]</a>
|
|---|
| 82 | <td><a href="http://valgrind.org">http://valgrind.org</a>
|
|---|
| 83 | <tr><td valign=top><a name="Forte">[4]</a>
|
|---|
| 84 | <td><a href="http://developers.sun.com/sw/products/overview.html">http://wwws.sun.com/software/sundev/suncc</a>
|
|---|
| 85 | <tr><td valign=top><a name="VStudio">[5]</a>
|
|---|
| 86 | <td><a href="http://msdn.microsoft.com/vstudio">http://msdn.microsoft.com/vstudio</a>
|
|---|
| 87 | <tr><td valign=top><a name="Insure">[6]</a>
|
|---|
| 88 | <td><a href="http://www.parasoft.com/products/insure">http://www.parasoft.com/products/insure</a>
|
|---|
| 89 | <tr><td valign=top><a name="CWizard">[7]</a>
|
|---|
| 90 | <td><a href="http://www.parasoft.com/jsp/products/home.jsp?product=CppTest">http://www.parasoft.com/jsp/products/home.jsp?product=CppTest</a>
|
|---|
| 91 | <tr><td valign=top><a name="Rose">[8]</a>
|
|---|
| 92 | <td><a href="http://www-306.ibm.com/software/rational/offerings/design.html">http://www-306.ibm.com/software/offerings/design.html</a>
|
|---|
| 93 | <tr><td valign=top><a name="Together">[9]</a>
|
|---|
| 94 | <td><a href="http://www.togethersoft.com/products/controlcenter">http://www.togethersoft.com/products/controlcenter</a>
|
|---|
| 95 | <tr><td valign=top><a name="Logiscope">[10]</a>
|
|---|
| 96 | <td><a href="http://www.telelogic.com/products/logiscope/index.cfm">http://www.telelogic.com/products/logiscope/index.cfm</a>
|
|---|
| 97 | <tr><td valign=top><a name="RUP">[11]</a>
|
|---|
| 98 | <td><a href="http://www-306.ibm.com/software/rational/offerings/lifecycle.html">http://www-306.ibm.com/software/rational/offerings/lifecycle.html</a>
|
|---|
| 99 | </table>
|
|---|
| 100 | <P>
|
|---|
| 101 |
|
|---|
| 102 | <HR>
|
|---|
| 103 | <A HREF="../../../../Authors/html/subjectsToAuthors.html">
|
|---|
| 104 | <I>About the authors</I></A>
|
|---|
| 105 |
|
|---|
| 106 | </BODY>
|
|---|
| 107 | </HTML>
|
|---|