adelphes / android-dev-ext

Android debugging support for VS Code
https://marketplace.visualstudio.com/items?itemName=adelphes.android-dev-ext
MIT License
216 stars 29 forks source link

Is this extension only work on java code? #112

Closed michealChin closed 3 years ago

michealChin commented 3 years ago

Hi,

Is this extension only work on java code? How about AngularJs code? I try to set a break point on my angular js code but it says that the break point location is not valid.

Thanks!

adelphes commented 3 years ago

hi @michealChin - yes, this extension only works with Java code (or code which compiles for the Android JVM, like Kotlin) - it won't work with native code or other languages like JS.