debugger-libs icon indicating copy to clipboard operation
debugger-libs copied to clipboard

Set value refactoring

Open nerzhulart opened this issue 7 years ago • 0 comments

This PR fixes the issues with SetValue: SetValue now throws special exception (ValueModificationException) to be shown to user in frienly way. Before in the most of cases it failed silently without any errors. NOTE: https://github.com/mono/debugger-libs/pull/85 has to be merged first, because this change is dependent on that See commits starting from https://github.com/mono/debugger-libs/pull/105/commits/da12417c3650f72a47c3d9723692be1d9e178b58

nerzhulart avatar Mar 16 '17 19:03 nerzhulart