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.
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.
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!