Skip to content

Instantly share code, notes, and snippets.

@serrodcal
Created February 15, 2024 21:24
Show Gist options
  • Save serrodcal/286a6b236406f1aebcb402fd76c8d97d to your computer and use it in GitHub Desktop.
Save serrodcal/286a6b236406f1aebcb402fd76c8d97d to your computer and use it in GitHub Desktop.
launch.json for debugging WSO2 MI from VSCode
// path: .vscode/launch.json
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Debug (Attach)",
"projectName": "WSO2 MI 4.2.0",
"request": "attach",
"hostName": "localhost",
"port": 5005
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment