Skip to content

How to debug the Corese plugin?

Erwan Demairy edited this page Jul 16, 2019 · 2 revisions

To launch the Protégé application in debugging mode, the jvm must be launched

 ...
 <key>JVMVersion</key>
 <string>1.8+</string>
 <key>JVMOptions</key>
 <array>
  <string>-Xrunjdwp:server=y,transport=dt_socket,address=8000,suspend=n</string>
  <string>-Xdebug</string>
  ...
 </array>
 <key>JVMArguments</key>
 ...
Clone this wiki locally