- Хроники
- Chaotic Throne: High Five
- Исходники
- Присутствуют
- Сборка
- L2-Scripts
Does anybody know how to track (only list) all the steps that an L2jGameServer executes?
Let me elaborate - there are Debug options in both IntelliJ and Eclipse. However, they only provide info about selected classes and functions, and not the whole process, every step of the way. What I gotta do is find where the execution of a thread gets stuck and tells the client to log out. I tried running/debugging the server on IntelliJ and Eclipse, but I get an error message about missing appenders of log4j. "log4j: WARN No appenders could be found for logger"
The server is working on the background, but I just don't see any messages/text.
The only way I could make debugging work was through attaching a debugger to a Remote Application through IntelliJ, but that is where my issue lies. I cannot figure out how to make the debugger track/trace all of the threads.
Let me elaborate - there are Debug options in both IntelliJ and Eclipse. However, they only provide info about selected classes and functions, and not the whole process, every step of the way. What I gotta do is find where the execution of a thread gets stuck and tells the client to log out. I tried running/debugging the server on IntelliJ and Eclipse, but I get an error message about missing appenders of log4j. "log4j: WARN No appenders could be found for logger"
The server is working on the background, but I just don't see any messages/text.
The only way I could make debugging work was through attaching a debugger to a Remote Application through IntelliJ, but that is where my issue lies. I cannot figure out how to make the debugger track/trace all of the threads.