I am working on a small Java/JavaFX application for some training purposes and have run across a problem that I can't seem to resolve. My application runs just fine, but when I try to run it in the debugger, the debugger encounters a ClassNotFoundException. It doesn't appear to give me any information on what class it is looking for. The debugger stops in **BuiltinClassLoader **and the class is null, which makes sense. I am not currently providing any code here because I don't know where to start. Can someone provide me with some troubleshooting strategies for fixing this problem? I really want my debugger back!
Thanks for any assistance.
IntelliJ IDEA 2022.2.3 (Community Edition) Build #IC-222.4345.14, built on October 5, 2022 Runtime version: 17.0.4.1+7-b469.62 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 11 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 32
Kotlin: 222-1.7.10-release-334-IJ4345.14
java 19.0.1 2022-10-18 Java(TM) SE Runtime Environment (build 19.0.1+10-21) Java HotSpot(TM) 64-Bit Server VM (build 19.0.1+10-21, mixed mode, sharing)
Here's what I see in the debugger window: