1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/plugins/org.eclipse.dd.examples.pda
2008-11-10 19:41:24 +00:00
..
.settings [238108] - [viewmodel] null pointer access in VM provider classes 2008-06-24 18:13:29 +00:00
META-INF [239153] bump versions on HEAD, 1.0 -> 1.1 2008-07-01 18:03:47 +00:00
pdavm [244435] Got rid of @Override annotations which were valid only when compiling using java 1.6. 2008-08-20 18:14:03 +00:00
samples [244435] - Added registers to the PDA debugger exmple. 2008-08-18 16:59:11 +00:00
src/org/eclipse/dd Added missing return. 2008-11-10 19:41:24 +00:00
.classpath [236461] - [pda] Port PDA Virtual Machine implementation to Java 2008-06-10 16:33:27 +00:00
.cvsignore [216854] Checked in initial version of PDA example debugger. 2008-02-13 20:26:10 +00:00
.options [216854] Checked in initial version of PDA example debugger. 2008-02-13 20:26:10 +00:00
.project [216854] Checked in initial version of PDA example debugger. 2008-02-13 20:26:10 +00:00
about.html Updated the about file dates. 2008-05-14 17:20:42 +00:00
build.properties Updated copyright statements. 2008-06-02 18:03:10 +00:00
plugin.xml [216854] Completed commenting and cleaning up the initial PDA debugger implementation. 2008-02-22 00:31:41 +00:00
readme.html [220446] Updated the PDA Debugger example. 2008-03-13 17:52:32 +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>