To get the raw logs from the Java debugger please perform the following steps:
- Add -Didea.debugger.trace=ALL into the .vmoptions file, refer to this document for details how to do it on your system.
- Start IntelliJ IDEA from the command line (Terminal) so that console output can be observed. On Windows run bin\idea.bat, on Linux start with bin/idea.sh, on Mac use this command in the Terminal: /Applications/IntelliJ\ IDEA\ XX.app/Contents/MacOS/idea (where XX is IDEA version).
- Reproduce the problem with the debugger, copy all the text from the console and attach it to your report.
In case there is a lot of output it may be handy to start IntelliJ IDEA with the console output redirected to a file (idea.bat > output.txt on Windows, idea.sh > output.txt on Linux).
Comments