Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mono][debugger] Support new hot reload features from runtime #70697

Merged

Conversation

thaystg
Copy link
Member

@thaystg thaystg commented Jun 13, 2022

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.

hotReloadAndroid.mp4

Related to:
https://github.com/xamarin/debugger-vs/pull/287
mono/debugger-libs#365

src/mono/mono/component/debugger-agent.c Outdated Show resolved Hide resolved
@thaystg thaystg merged commit 6212eab into dotnet:main Jun 22, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jul 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-EnC-mono Hot Reload for WebAssembly, iOS/Android, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants