Dave Holoway

Results 20 comments of Dave Holoway

It would be great! I'd be happy to accept a PR that included support for this.

I appreciate your feedback and agree that it would be a nice feature, but adding native debugging is a huge task, equivalent to writing another debugger extension. At the moment,...

How are you starting the app without a launch activity? Is it a background service? Can you use the 'attach to process' functionality to debug it?

Hi @johncadengo - yes, your suggestion makes sense and would be a useful addition to the extension. This sort of feature is normally implemented using CodeActions - at the moment,...

Hi @Miyou - thanks for the report. It's true that the debugger cannot load breakpoints until the Java (Dalvik) runtime loads the associated class. Once the class is loaded by...

Hi Jonas. I can't get the Electron-Cash project to build so it's difficult for me to test why it's failing. Something I noticed though - in Java, the source filename...

Thanks a lot. I'll see if there's an easy way to fix this for Kotlin files.

Hi @lin88xu - thanks for reporting this. It looks the latitude and longitude values are stored internally as doubles in the Location object, initialised to zero, so it shouldn't be...

Thanks for the screenshot - this does look like a problem with the Android debugger. I will look into this a bit more and update you when I find out...

It's true that `classprepare` is used to setup breakpoints when the classes are loaded, but it should be the case that breakpoints added after a class is loaded should still...