| The information on this page pertains to NetBeans IDE 6.5. If you are looking for information about Ruby Logging in 6.1, look here. If about Ruby Logging in 6.7, look here. |
To turn on the detailed logging you might either:
-J-Dorg.netbeans.modules.ruby.level=400 -J-Dorg.netbeans.api.ruby.platform.level=400
$NB_BIN/bin/netbeans -J-Dorg.netbeans.modules.ruby.level=400 -J-Dorg.netbeans.api.ruby.platform.level=400
To view the log, go to Menu | View | IDE Log File. Often the content of this log is very helpful for Ruby IDE developers when catching a bug in the IDE.
When you attaching log with detailed logging to the issue, it's best to follow this steps: