I've been debugging in the spring boot framework. I need your debugging advice.
I am getting an error during app creation. So not able to put breakpoints.
And I found out this exception is actually thrown in the dependency class which is not editable.. -> which also means I can't add more loggers...
fortunately, I was able to find out what method throws the exception. but I am really not sure why. I want to print out the actual value in the console and see what value is being set and what went wrong and also want to know then what value should I change it too..... If it was just inside my codebase and the app was running, I think it could be easier. but now I am so lost...
Please share your debugging strategy. And also is it wrong to look for alternate solutions if there's a blocker or I am stuck on something?