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-02-22 19:47:27 +00:00
..
.settings Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
META-INF bug 260292 - adding DSF plugins to CDT build 2009-01-29 20:28:57 +00:00
pdavm Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
samples Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
src/org/eclipse/cdt/examples/dsf/pda Bug 262917. 2009-02-22 19:47:27 +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 Bug 264498 - [pda] The PDA Virtual Machine sources are not included in the Ant build. 2009-02-03 17:48:30 +00:00
plugin.properties bug 260292 - adding DSF plugins to CDT build 2009-01-29 20:28:57 +00:00
plugin.xml Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +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>