dotnet / dotnet/runtime

[clr-interp][debugger] Interpreter + JIT/R2R mixed-mode debugging support

Open
#124,547 1 comment 0 reactions 1 assignee Claimed by @matouskozak View on GitHub
area-Diagnostics-coreclr
Dominant language
C#
Stars
18.3k
Forks
5.6k
PR merge metrics
PR metrics pending

Description

When the interpreter is enabled, a single debugging session may encounter methods running in any of three execution modes: interpreted, JIT-compiled, and R2R (ReadyToRun). Current support for interpreter debugging is limited and expect fully interpreted code.

### Key scenarios to support debugging across boundaries (interpreter <-> JIT/R2R)
- Stepping
- Mixed breakpoints
- Stack Walking
- TBD

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.