Open vinokanth92 opened 5 years ago
Hello @vinokanth92 ,
I can think of this option to be the problem: https://github.com/mpatric/mp3agic/blob/master/pom.xml#L62
It tells the compiler plugin to not include debugging symbols. Could you build and install mp3agic, with this option set to true, locally and debug your application with that local version please?
I am experiencing a weird situation where I am not able to get the spring boot application working in Debug mode. The same application responds correctly when started in normal mode. This behaviour is only observed when I am adding this library as an external dependency in my build.gradle file.
My IDE is IntelliJ
What I have tried so far:
I can see the application starts correctly from the logs and listening on port 8080. When I make the API call there is no entry in the logs.