-
Notifications
You must be signed in to change notification settings - Fork 2
Debugging
tzaika edited this page Feb 19, 2021
·
2 revisions
Debugging using IntelliJ features, and the embedded Spring Boot Tomcat is actually very simple.
- Set the breakpoint at the desired place
- Start the main application in debug mode
- For example: Trigger the rest controller using the Swagger functions
-
You will be automatically directed to the IntelliJ app when the program goes through your breakpoint (The tick at the breakpoint is a good sign that this code point will be run through in debug mode)
-
You can see the state of the variables
-
You can use IntelliJ functions to perform step-by-step debugging
todo: describe
- About EVATool
- Development Model
- Cross-Cutting Concerns
- Subdomains