I converted an Android app to a play bar; it works (with a lot of graphic errors); however, I would like to know if the software can be debugged while it is running.
Of course, I do not ask for the "luxury" of the adb equivalent, but at least I would like to get some printf.
You can use standard
Log.d("Tag", "Message text");
and track information in LogCat, and set a breakpoint and start debugging in Eclipse.I just checked that the breakpoint was hit.
Source: https://habr.com/ru/post/1398507/More articles:taking a screenshot of UIView in iOS - iosIs there a way to export (say from an NSAttributedString view) directly to iWork page format? - cocoaUpload a single file with pieces stored on multiple servers (HTTP) - javascriptIs there a way to export a textView to a Pages document? - objective-cA quick way to develop, debug, and run Android apps for your Blackberry Playbook using Playbook OS 2.0 - androidMonoDevelop .NET Application for Linux - c #C ++ Creating SIGSEGV for Debugging - c ++Are there any advanced (e.g. bigram) autocomplete plugins for Vim? - vimHow to add a comment in Nokogiri Builder - ruby | fooobar.comEmberjs + Handlebars + Object of exchange and events - ember.jsAll Articles