Skip to content

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

@matouskozak

Description

@matouskozak

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions