mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2026-02-06 07:56:13 +00:00
Breakpoints disabled: "The runtime hasn't loaded this code location" #68
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Miyou on 6/2/2020
Hi. I'm trying to use this extension to debug the java files of an android java plugin in a Unity project. The app is launched fine, but when trying to set breakpoints in the java files they become grey circles and hovering over them shows the text "The runtime hasn't loaded this code location". The code should have been run as I have tried setting breakpoints in the main java file UnityPlayerActivity.java.
Any tips on figuring out how to get this working?