Debug Qurkus App in VS code
Debug Qurkus App in VS code
1. ./gradlew quarkusDev -Dsuspend=true -Ddebug=true
2. Go to Run --> add configuration --> select Attach to Remote Program
use these deteils:
{
"type": "java",
"name": "Attach to Remote Program",
"request": "attach",
"hostName": "localhost",
"port": "5005"
},
3. Click on run.