Hi,
I am trying to find out is there any way in attaching to ADB process in SharpDevelop similar to way as it is described in link given bellow for MonoDevelop?
Attaching MonoDevelop Debugger To Android Device:
https://docs.unity3d.com/Manual/AttachingMonoDevelopDebuggerToAnAndroidDevice.html
I've created TCP port and successfully connected to IP adress of my Android device using ADB process.
Attaching to ADB process in MonoDevelop works fine.
I can debug in MonoDevelop using breakpoints.
But I can't debug using breakpoints in SharpDevelop.
I select "Attach to Process" option and attach SharpDevelop debugger to the same ADB process, but nothing happens when appropriate event israised during debugging.
There is no response in SharpDevelop during debugging in case when breakpoint should be raised.
I tap the button in my app on Android device, but SharpDevelop doesn't respond on appropriate breakpoint connected with button tap event in my code.
Can you tell me how can I fix that?
Thanks