1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/dsf/org.eclipse.cdt.examples.dsf.pda
2009-05-26 14:48:10 +00:00
..
.settings Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
META-INF Localization - ICU4J 2009-03-13 04:50:10 +00:00
pdavm Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
samples Add a threads sample. 2009-03-19 17:38:58 +00:00
src/org/eclipse/cdt/examples/dsf/pda Fixed range of supported number formats in PDA. 2009-03-31 21:25:53 +00: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 Fix PDA plugin messages. 2009-03-16 18:25:10 +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
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>