source: trunk/Documentation/geant4/UserDocumentation/UsersGuides/ForApplicationDeveloper/html/apas07.html@ 901

Last change on this file since 901 was 901, checked in by garnier, 17 years ago

Add Geant4 Documentation at 8.12.2008

File size: 4.7 KB
Line 
1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>7.  Development and debug tools</title><link rel="stylesheet" href="../xml/XSLCustomizationLayer/G4HTMLStylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.1"><link rel="start" href="index.html" title="Geant4 User's Guide for Application Developers"><link rel="up" href="apa.html" title="Appendix .  Appendix"><link rel="prev" href="apas06.html" title="6.  Step-by-Step Installation Guides"><link rel="next" href="apas08.html" title="8.  Geant4 Material Database"><script language="JavaScript">
2function remote_win(fName)
3{
4 var url = "AllResources/Detector/geometry.src/" + fName;
5 RemoteWin=window.open(url,"","resizable=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,width=520,height=520")
6 RemoteWin.creator=self
7}
8</script></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">7. 
9Development and debug tools
10</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="apas06.html"><img src="AllResources/IconsGIF/prev.gif" alt="Prev"></a> </td><th width="60%" align="center">Appendix . 
11Appendix
12</th><td width="20%" align="right"> <a accesskey="n" href="apas08.html"><img src="AllResources/IconsGIF/next.gif" alt="Next"></a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sect.DvpDbg"></a>7. 
13Development and debug tools
14</h2></div></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="sect.DvpDbg.Unix"></a>7.1. 
15UNIX
16</h3></div></div></div><p>
17Although not in the scope of this user manual, in this appendix
18section we provide a set of references to rather known and
19established development tools and environments we think are useful
20for code development in C++ in general. It's a rather limited list,
21far from being complete of course.
22
23</p><div class="itemizedlist"><ul type="disc" compact><li><p>
24 The
25 <a href="http://kdevelop.org/" target="_top">
26 KDevelop environment
27 </a>
28 on Linux systems.
29 </p></li><li><p>
30 The GNU
31 <a href="http://www.gnu.org/software/ddd/" target="_top">
32 Data Display Debugger
33 </a>
34 (DDD).
35 </p></li><li><p>
36 <a href="http://valgrind.org/" target="_top">
37 Valgrind
38 </a>
39 , a system for debugging and profiling Linux programs.
40 </p></li><li><p>
41 SUN
42 <a href="http://developers.sun.com/sw/products/overview.html" target="_top">
43 SUN ONE Studio environment
44 </a>
45 (former Workshop).
46 </p></li><li><p>
47 Microsoft
48 <a href="http://msdn.microsoft.com/vstudio/" target="_top">
49 Visual Studio
50 </a>
51 development environment.
52 </p></li><li><p>
53 Parasoft
54 <a href="http://www.parasoft.com/jsp/products/home.jsp?product=Insure&amp;" target="_top">
55 Insure++
56 </a>
57 run-time debugger and memory checker
58 </p></li><li><p>
59 Parasoft
60 <a href="http://www.parasoft.com/jsp/products/home.jsp?product=CppTest" target="_top">
61 C++ Test
62 </a>
63 source code analyzer.
64 </p></li><li><p>
65 <a href="http://www-306.ibm.com/software/rational/offerings/design.html" target="_top">
66 Rational Rose
67 </a>
68 CASE tool.
69 </p></li><li><p>
70 <a href="http://www.borland.com/us/products/together/index.html" target="_top">
71 Together ControlCenter
72 </a>
73 development environment.
74 </p></li><li><p>
75 <a href="http://www.telelogic.com/products/logiscope/index.cfm" target="_top">
76 Logiscope
77 </a>
78 tool for metrics analysis.
79 </p></li><li><p>
80 <a href="http://www-306.ibm.com/software/rational/offerings/lifecycle.html" target="_top">
81 Rational Unified Process
82 </a>
83 (RUP) tool for Software engineering.
84 </p></li></ul></div><p>
85</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="apas06.html"><img src="AllResources/IconsGIF/prev.gif" alt="Prev"></a> </td><td width="20%" align="center"><a accesskey="u" href="apa.html"><img src="AllResources/IconsGIF/up.gif" alt="Up"></a></td><td width="40%" align="right"> <a accesskey="n" href="apas08.html"><img src="AllResources/IconsGIF/next.gif" alt="Next"></a></td></tr><tr><td width="40%" align="left" valign="top">6. 
86Step-by-Step Installation Guides
87 </td><td width="20%" align="center"><a accesskey="h" href="index.html"><img src="AllResources/IconsGIF/home.gif" alt="Home"></a></td><td width="40%" align="right" valign="top"> 8. 
88Geant4 Material Database
89</td></tr></table></div></body></html>
Note: See TracBrowser for help on using the repository browser.