Closed hugsyy closed 5 years ago
How do you start your Spring Boot app? Specifically, which VM arguments do you pass?
See this for reference: https://github.com/provegard/ncdbg/blob/master/docs/README.md#the-debug-target
I successfully connected ncdbg. Thanks a lot!:)
Good to hear, no problem!
Hello, I am probably doing something wrong while connecting ncdbg to my Spring Boot app. I get the app running on localhost:8080. Then, I run
ncdbg --connect localhost:8080
on CMD. Here's the output:Could you please help? Thanks