mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.84k stars 1.02k forks source link

[Debugger] Removed DebuggerSession.set_Breakpoints to reduce complexity #9439

Closed jstedfast closed 4 years ago

jstedfast commented 4 years ago

Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1026591/

mrward commented 4 years ago

Are we OK with having an API break here?

slluis commented 4 years ago

I prefer https://github.com/mono/debugger-libs/pull/267, it is less intrusive and it doesn't break the api.