IntelliJ Troubleshooting: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
The command produce a ZIP into a temporary folder. The ZIP includes:
The command produce a ZIP into a temporary folder. The ZIP includes:


=Log Location=
=<span id='Log_Location'></span>Logs=
 
==<tt>idea.log</tt>==
<code>/Users/<username>/Library/Logs/JetBrains/IntelliJIdea2021.1/idea.log</code>
<code>/Users/<username>/Library/Logs/JetBrains/IntelliJIdea2021.1/idea.log</code>
 
==<tt>build.log</tt>==
<code>/Users/<username>/Library/Logs/JetBrains/IntelliJIdea2021.1/build-log/</code>
<code>/Users/<username>/Library/Logs/JetBrains/IntelliJIdea2021.1/build-log/build.log</code>
 
==Thread Dumps==
==Indexing Diagnostic Data==
<code>/Users/<username>/Library/Logs/JetBrains/IntelliJIdea2021.1/indexing-diagnostic/</code>
<code>/Users/<username>/Library/Logs/JetBrains/IntelliJIdea2021.1/indexing-diagnostic/</code>



Revision as of 00:07, 1 July 2021

Internal

Diagnostic Data Collection

Help → Collect Logs and Diagnostic Data

The command produce a ZIP into a temporary folder. The ZIP includes:

Logs

idea.log

/Users/<username>/Library/Logs/JetBrains/IntelliJIdea2021.1/idea.log

build.log

/Users/<username>/Library/Logs/JetBrains/IntelliJIdea2021.1/build-log/build.log

Thread Dumps

Indexing Diagnostic Data

/Users/<username>/Library/Logs/JetBrains/IntelliJIdea2021.1/indexing-diagnostic/

Cases

Library source does not match the bytecode for class ...

Shows when trying to debug on a Lombok-processed class: https://stackoverflow.com/questions/36753524/library-source-does-not-match-the-bytecode-for-class