dotnet / dotnet/runtime

Step Over executes code until a breakpoint is reached

Open
#124,585 4 comments 0 reactions 0 assignees View on GitHub
area-Diagnostics-coreclr needs-author-action
Dominant language
C#
Stars
18.3k
Forks
5.6k
PR merge metrics
PR metrics pending

Description

### Description

When debugging code, I use the F10 (Step Over) key to step through each line of code.
In .NET 8, this worked.
In .NET 9.0.7 or 9.0.13, it executes code until a breakpoint is reached.
The bug was already mentioned here #109885 but it seems it has not been fully fixed.

### Reproduction Steps

Not sure.

### Expected behavior

"Step Over" works as in .NET 8.0

### Actual behavior

"Step Over" executes code until a breakpoint is reached

### Regression?

Yes

### Known Workarounds

.NET 8.0

### Configuration

_No response_

### Other information

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.