techl / MonoRemoteDebugger

Other
83 stars 18 forks source link

Breakpoint not working in Xamarin.Forms with Gtk# backend #47

Open OmidID opened 6 years ago

OmidID commented 6 years ago

Installed product versions

Description

Breakpoint it's not working

MonoRemoteDebugger.log

Steps to recreate

  1. Create new Xamarin.Forms project
  2. Add new GTK# and Install Xamarin.Forms and GTK Backend from nuget
  3. Add breakpoint in your shared project

Current behavior

Breakpoint do nothing

Expected behavior

Break

techcap commented 5 years ago

Is it on main thread? Breakpoint on worker thread does not work.

OmidID commented 5 years ago

It was for a long time ago. But what I remember yes. it was on the main thread