User Tools

Site Tools


documents:100825imagej_eclipse_debugging

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
documents:100825imagej_eclipse_debugging [2011/08/31 12:29] – added descriptions to Arguments tab kotadocuments:100825imagej_eclipse_debugging [2011/08/31 12:31] kota
Line 30: Line 30:
  
 **VM Arguments** **VM Arguments**
 +
 In the above example, I set "-Xms256m -Xmx1000m". These are options for the Java virtual machine. This is same as the command line options for Java, same as doing In the above example, I set "-Xms256m -Xmx1000m". These are options for the Java virtual machine. This is same as the command line options for Java, same as doing
 <code> <code>
Line 44: Line 45:
  
 ** Program Arguments ** ** Program Arguments **
 +
 Options added to this field will be passed to ImageJ or Fiji.  Options added to this field will be passed to ImageJ or Fiji. 
 <code> <code>
 -macro C:\\scripts\\DotLinkDebugt.js -macro C:\\scripts\\DotLinkDebugt.js
-<code>+</code>
 In the above case, -macro option with file path passed to ImageJ will run the script automatically. By adding this option, I automatized the processing after launching ImageJ, to open an image stack, import data into results table and run plugin (the plugin I am debugging or test running). This is same as executing the following in command line  In the above case, -macro option with file path passed to ImageJ will run the script automatically. By adding this option, I automatized the processing after launching ImageJ, to open an image stack, import data into results table and run plugin (the plugin I am debugging or test running). This is same as executing the following in command line 
 <code> <code>
documents/100825imagej_eclipse_debugging.txt · Last modified: 2016/05/24 12:46 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki