I am trying to debug my android application on a device connected via local-network.
I have used following instructions to create ADB with device over TCP: Run/install/debug Android applications over Wi-Fi
I can install the app and see the logs but i can not debug the application because Android studio doesn't stop at any breakpoint.
Following is Debug console's log:
Waiting for application to come online: com.example.tosc.notesync.test | com.example.tosc.notesync
Connecting to com.example.tosc.notesync
Is it really possible to debug the android app line by line over wireless connection?