Can anyone help with debugging this issue?

Answered

I am having trouble debugging an issue in my Java code. The issue is that the program is crashing when I try to access a particular object. I have tried using the debugger, but I can't seem to figure out what is causing the crash. Can anyone help me with debugging this issue?V

0
1 comment

Hello! 

>The issue is that the program is crashing when I try to access a particular object

How crash happens? Does IDE still work? If so, and you see only your Java application crash, it most likely the issue with the problem code and you should check the logs (if there are any) or the Java crash logs of your application. Crash and application logs are usually stored in the application working directory. For the Application run configuration - you can find it in the Working directory option.

0

Please sign in to leave a comment.