Bug 563905

Summary: Problem debugging with Spring Boot
Product: [Eclipse Project] Platform Reporter: Alejandro Barrero <handro1104>
Component: DebugAssignee: Platform-Debug-Inbox <platform-debug-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: sarika.sinha
Version: 4.15   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Alejandro Barrero CLA 2020-06-03 17:50:01 EDT
I am developing a Spring Boot application and everything has been working fine for some weeks; but suddenly I cannot run the application in the debugger (Boot Workbench) although it works fine for running. The problem occurs with all my applications, it is not related to my code. The problem is that originally I was getting a ClassNotFoundException in class java.net.URLClassLoader (line 382). Unfortunately I don't get a stack trace, I cannot see the name in the  View and I cannot write code in the URLClassLoader class. If anyone could instruct me I would post more information. Latelly it breaks in lass SignatureParser without code. I thought that it was a problem caused by an update to Spring Boot and tried running the original version but to no avail.
I have exhausted my search on the Internet but haven't found a solution.
Comment 1 Sarika Sinha CLA 2020-06-04 01:38:08 EDT
Does not appear to be an Eclipse issue.

Try installing Spring Boot in a fresh application and a new workspace.
Comment 2 Alejandro Barrero CLA 2020-06-04 09:47:10 EDT
Thankyou Sarika, you are a very thoughtful person.