You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sry I haven't found anything googleing my problem.
I can't find a solution to debug my springboot project. "Normally" IntelliJ recognizes it and stops at my break points in Java Project. Using this tool in NX it does not happen. Does anyone have a solution for this? Or how do you debug your nx spring-boot projects?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Sorry for the late answer.
The spring-boot project within your Nx workspace, is just a regular Spring Boot project. So you should be abbe to debug it the same way. From what I understand, it looks like your IDEA, has not recognized the "sping-boot" facet of the projet, which might be due to the way your imported it in IntelliJ?
Normally if you open the root folder containing the entire workspace , Intellij (Ultimate Edition), it should automatically detects each kind of project it recognizes within the root folder, and proposes you to load them
See below,
Once you load the maven (or gradle) module, Spring Boot projects should be supported
If not, try to close the project, delete the .idea folder it contains, and re-open the root folder with Intellij,
Hi,
sry I haven't found anything googleing my problem.
I can't find a solution to debug my springboot project. "Normally" IntelliJ recognizes it and stops at my break points in Java Project. Using this tool in NX it does not happen. Does anyone have a solution for this? Or how do you debug your nx spring-boot projects?
Thanks in advance.
The text was updated successfully, but these errors were encountered: