NetBeans - where to find the IDE log?

后端 未结 2 2043
日久生厌
日久生厌 2021-01-20 15:29

I reported a bug to http://issues.apache.org I have to give them a IDE log, but I have no clue where to find it?

I searched in C:\\Users\\MyUser but the

2条回答
  •  既然无缘
    2021-01-20 16:00

    The logfile is stored in the "User Directory".
    The location of the user directory is shown under "Help -> About". Inside that directory the logfile itself can be found in the sub-directory var\log and is named messages.log

    You can display the log file directly inside the IDE using "View -> IDE Log". The first view lines of the logfile also include the information about the user directory.

    That is helpful if you just want to copy & paste a part of the logfile (e.g. the exception of the error you are reporting).

提交回复
热议问题