Search Unity

Is it possible to Debug on an Intel based Android device

Discussion in 'Android' started by proto_monkey, Oct 13, 2015.

  1. proto_monkey

    proto_monkey

    Joined:
    Jun 7, 2015
    Posts:
    18
    I have a Asus Zenpad which has an intel based processor I have been unable to debug on the device. I have no trouble connecting to the device with adb and I'm able to attach to the device. The problem is when I set a breakpoint it doesn't go into debug mode when the breakpoint is hit.

    If I put a breakpoint in the update method the game immediately pauses, but the breakpoint is not illuminated and I have no typical debugging options such as step in or checking variables. If I then remove the breakpoint, execution of the game continues with no issue.

    Has anyone else experienced this behavior in trying to debug with a intel based android device ?

    Is it possible to debug on an intel based android device ?

    Has anyone been able to debug on an intel based android device ? If so, I'm interested in learning how you managed that!