1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00
cdt/dsf/org.eclipse.cdt.examples.dsf.pda
Jonah Graham 3fa2f45e08 Fixup versions on Revert "Bug 560614 - Drop dependency on ICU4J"
Change-Id: I837592950482cc1872fdafb73fc7e9a01292a7ed
2020-03-02 12:47:54 -05:00
..
.settings Bug 540373: Post code-cleanup for DSF examples 2018-11-24 11:22:15 +00:00
META-INF Fixup versions on Revert "Bug 560614 - Drop dependency on ICU4J" 2020-03-02 12:47:54 -05:00
pdavm Bug 540373: Cleanup: Remove redundant type arguments 2018-11-22 21:55:36 +00: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 Revert "Bug 560614 - Drop dependency on ICU4J" 2020-03-02 06:49:24 -05:00
.classpath Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04: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 Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
build.properties Bug 540373: Cleanup: Remove trailing whitespace in properties files 2018-11-23 07:52:26 +00:00
plugin.properties Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +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>