forked from eclipse-archived/reddeer
-
Notifications
You must be signed in to change notification settings - Fork 1
Debugging RedDeer
jpeterka edited this page Apr 19, 2013
·
27 revisions
From time to time you can observed unexpected behavior that is not caused by your code but by a bug in RedDeer itself. This chapter covers some basic approaches of howto find a problem and gather enough information for issue reporting or fixing a problem
There is a standard RedDeer log produced on in your primary output (either terminal or Eclipse console view).
INFO [thread][class] Log message-1
INFO [thread][class] Log message-n
...
ERROR [thread][class] Something bad and unexpected happened
INFO [thread][class] Log message-n+1
DEBUG [thread][class] Debug message
...
JBoss Red Deer - Quick Links
- Home
- [Release notes] (/jboss-reddeer/reddeer/wiki/Release-notes)
- Articles
- JavaDoc
- User guide
- Contributor Guide
- FAQ