1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/dsf/org.eclipse.cdt.examples.dsf.pda
Marc Khouzam 126e67237d Bug 439624 - Per-element formatting for expressions and variables
Change-Id: I25d2c0656d9a21b74693d459e66c0fbe4131038d
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/30192
Tested-by: Hudson CI
Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
2014-10-29 13:32:35 -04:00
..
.settings Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
META-INF Bug 360280 - [breakpoints] Reposition breakpoints when planted on invalid line (PDA Example - Added updating of C Breakpoint status to set installed flag and update line number) 2012-02-08 11:53:55 -08:00
pdavm DSF - Added support for arrays in PDA example. 2012-10-30 11:43:00 -07:00
samples DSF - Added support for arrays in PDA example. 2012-10-30 11:43:00 -07:00
src/org/eclipse/cdt/examples/dsf/pda Bug 439624 - Per-element formatting for expressions and variables 2014-10-29 13:32:35 -04:00
.classpath Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
.cvsignore Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
.options Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
.project Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
about.html Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
build.properties update copyrights 2009-05-27 15:26:54 +00:00
plugin.properties bug 254307 - branding 2009-05-26 14:48:10 +00:00
plugin.xml Fix PDA source lookup bug. 2009-03-16 18:24:36 +00:00
pom.xml Inremented branding plugin version to 8.5 2014-07-21 17:39:01 -07:00
readme.html Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00

<h1>Debug Examples ReadMe Notes</h1>
<h2>PDA Debugger Example</h2>
<p>In order to actually run the PDA debugger example, you will need a Perl interpreter. 
  Linux&reg;&#8482; comes with Perl. For Microsoft&reg; Windows&reg;, we use either 
  ActivePerl (<a href="http://www.activeperl.com/">http://www.activeperl.com/</a>) or Indigo Perl 
  (<a href="http://www.indigostar.com/">http://www.indigostar.com/</a>). You also 
  have to set the string substitution variable named &#8220;dsfPerlExecutable&#8221; 
  to the complete path to your Perl interpreter. (For example, ours was C:\perl\bin\perl.exe) 
  To set a string substitution variable, use the Windows &gt; Preferences &gt; 
  Run/Debug &gt; String Substitution preferences page.<br>
</p>