mono / debugger-libs

Debugger libraries
MIT License
80 stars 75 forks source link

Support new hotreload features and support line changes #365

Closed thaystg closed 2 years ago

thaystg commented 2 years ago

About HotReload now we can do in an android app and the debug will continue working:

1) add lines before the breakpoint and the breakpoint will continue working 2) remove lines before the breakpoint and the breakpoint will continue working 3) add new static methods 4) add new static fields 5) add new classes

Also we check what is supported by runtime to make it possible from debugger.

Related to: https://github.com/xamarin/debugger-vs/pull/287 https://github.com/dotnet/runtime/pull/70697