Skip to content
rombert edited this page Mar 27, 2013 · 1 revision

The eReviewboard plugin uses the Eclipse platform debug facility go gather debugging information.

To enable tracing, place an .options files in the Eclipse installation directory. Also add the -debug argument to eclipse.ini and optionally add an argument to set the location of the log.

Paste any number of the lines below into it to activate a specific trace location.

org.review_board.ereviewboard.subclipse.core/debug=true
org.review_board.ereviewboard.subclipse.core/debug/diff=true
org.review_board.ereviewboard.subclipse.ui/debug=true
org.review_board.ereviewboard.subclipse.ui/debug/diff=true
org.review_board.ereviewboard.subclipse.ui/debug=true
org.review_board.ereviewboard.subclipse.ui/debug/diff=true
org.review_board.ereviewboard.core/debug=true
org.review_board.ereviewboard.core/debug/sync=true
org.review_board.ereviewboard.core/debug/model=true
org.review_board.ereviewboard.subclipse.ui/debug=true
org.review_board.ereviewboard.subclipse.ui/debug/diff=true
org.review_board.ereviewboard.subclipse.core/debug=true
Clone this wiki locally