<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=10.0.2.2&amp;*</id>
		<title>MohidWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=10.0.2.2&amp;*"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Special:Contributions/10.0.2.2"/>
		<updated>2026-04-05T08:49:03Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Dbx&amp;diff=194</id>
		<title>Dbx</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Dbx&amp;diff=194"/>
				<updated>2007-04-26T15:11:08Z</updated>
		
		<summary type="html">&lt;p&gt;10.0.2.2: /* Quick Start */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dbx is a command-line based debugger. It debugs any executable compiled with symbolic information (usually with the '''-g''' option).&lt;br /&gt;
&lt;br /&gt;
== Quick Start ==&lt;br /&gt;
 &amp;gt; dbx&lt;br /&gt;
 (dbx) debug ''program''&lt;br /&gt;
 (dbx) run&lt;br /&gt;
&lt;br /&gt;
 (dbx) rerun&lt;br /&gt;
&lt;br /&gt;
== Reference sheet ==&lt;br /&gt;
&lt;br /&gt;
 ALIAS         builds a user alias&lt;br /&gt;
 ASSIGN        changes the values of variables&lt;br /&gt;
 CONT          resumes execution after a breakpoint&lt;br /&gt;
 DELETE, CLEAR removes a breakpoint or trace event&lt;br /&gt;
 DUMP, PRINT   displays the values of variables and expressions&lt;br /&gt;
 EDIT          invokes an editor on a source code file&lt;br /&gt;
 FILE          changes the current source code file&lt;br /&gt;
 FUNC          changes the current procedure or function&lt;br /&gt;
 HELP          accesses on-line help&lt;br /&gt;
 LIST          displays the current source code file&lt;br /&gt;
 NEXT, STEP    suspends execution after a number of lines of code have executed&lt;br /&gt;
 QUIT          exits dbx &lt;br /&gt;
 SH            passes a command to the interactive shell process for execution&lt;br /&gt;
 STATUS        lists all breakpoints and trace events&lt;br /&gt;
 STOP          sets a breakpoint&lt;br /&gt;
 TRACE         sets a trace event&lt;br /&gt;
 WHATIS        displays data types and dimension information&lt;br /&gt;
 WHERE         displays of stack trace of current procedures and parameters&lt;br /&gt;
 WHEREIS       displays the scope of an identifier&lt;br /&gt;
 WHICH         lists the identifier resolutions&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Set breakpoints ===&lt;br /&gt;
&lt;br /&gt;
 (dbx) stop at ''filename'':''linenumber''&lt;br /&gt;
&lt;br /&gt;
 (dbx) status&lt;br /&gt;
&lt;br /&gt;
=== Print variables ===&lt;br /&gt;
&lt;br /&gt;
characters&lt;br /&gt;
 (dbx) print -f &amp;quot;%c&amp;quot; variable&lt;br /&gt;
&lt;br /&gt;
integers&lt;br /&gt;
 (dbx) print -f &amp;quot;%d&amp;quot; variable&lt;br /&gt;
&lt;br /&gt;
float&lt;br /&gt;
 (dbx) print -f &amp;quot;%f&amp;quot; variable&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
*[http://www.pdc.kth.se/training/Tutor/Basics/dbx/index-frame.html#Commonly Tutorial]&lt;br /&gt;
*[http://www.unet.univie.ac.at/aix/cmds/aixcmds2/dbx.htm Another tutorial]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Compiling]]&lt;/div&gt;</summary>
		<author><name>10.0.2.2</name></author>	</entry>

	</feed>