debugging - Attach Android Studio debugger to desktop JVM application -
is an excellent debugger for Android apps in Android studios. Is there any way to add the same Java debugger to regular Java applications? Can I move on my local machine? Based on AS IntelliJ, which I think is a regular JVM debugger, has it been stripped from Android Studio?
Android studio is only for Android Story If you want to debug Java applications, then you have the basic IntelliJ Idea However, you can also write Android apps / debug from IntelIs.
Comments
Post a Comment