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] Improving debugger functionaties #85050

Merged
merged 11 commits into from
Apr 24, 2023

Conversation

thaystg
Copy link
Member

@thaystg thaystg commented Apr 19, 2023

Changed stepping behavior:

When we are stepping over a method and step over the end of the method it should return to the line where the method is called and not the next line as it was doing before this PR.

Without the PR:
https://user-images.githubusercontent.com/4503299/233215354-a3d5b14e-e6c5-481d-a650-7b1eb944beb3.mp4

With the PR:
https://user-images.githubusercontent.com/4503299/233214862-ab486d0d-46cd-4a76-8e52-79881033cab3.mp4

@ghost
Copy link

ghost commented Apr 19, 2023

Tagging subscribers to this area: @thaystg
See info in area-owners.md if you want to be subscribed.

Issue Details

null

Author: thaystg
Assignees: thaystg
Labels:

area-Debugger-mono

Milestone: -

@thaystg thaystg changed the title [][ [mono][debugger] Improve debugger functionaties Apr 19, 2023
@thaystg thaystg changed the title [mono][debugger] Improve debugger functionaties [mono][debugger] Improving debugger functionaties Apr 19, 2023
@thaystg thaystg requested a review from lewing April 19, 2023 14:56
@thaystg
Copy link
Member Author

thaystg commented Apr 19, 2023

/azp run runtime-wasm-dbgtests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@thaystg thaystg marked this pull request as ready for review April 21, 2023 21:01
@ghost ghost locked as resolved and limited conversation to collaborators May 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants