Skip to content

[clr-interp] Implement interpreter debugging support in CoreCLR #120842

@kotlarmilos

Description

@kotlarmilos

Description

This issue outlines work for debugging support on the CoreCLR interpreter.

Goals (functional)

Other

  • Enable debugger tests in CI running with CoreCLR interpreter on desktop
  • Refactor current JIT debugger support to use the new HardwareExecutionControl abstraction
  • Remove interpreter specific condition checks (e.g., if (pJitManager != NULL && pJitManager == ExecutionManager::GetInterpreterJitManager()))
    • How to handle scenarios where no JitManager is available
  • WASM support for interpreter debugging

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions