Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Nov 14, 2024
1 parent 5ab238e commit cab0b80
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# android-debug · Android Debugging in VS Code

> This is still work-in-progress. Please [find or create issues on GitHub](https://github.com/nisargjhaveri/vscode-android-debug/issues) if you find something is not working as expected.
Debug Android apps in VS Code, with Native, Java or Dual debugging.

# Features
Expand Down Expand Up @@ -163,15 +161,15 @@ Here are all the options supported with explanation and example values.
"${workspaceFolder}/app/build/intermediates/cmake/debug/obj/${command:abi}/",
],

// All other options specified here are passes as is to the underlying Native debugger. See https://github.com/vadimcn/vscode-lldb/blob/master/MANUAL.md
// All other options specified here are passed as is to the underlying Native debugger. See https://github.com/vadimcn/vscode-lldb/blob/master/MANUAL.md
},

// Options for java debugging
"java": {
// List of source paths for your java files.
"sourcePaths": ["${workspaceFolder}/app/src/main/java"]

// All other options specified here are passes as is to the underlying Java debugger. See https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug
// All other options specified here are passed as is to the underlying Java debugger. See https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug
}
}
```
Expand Down

0 comments on commit cab0b80

Please sign in to comment.