bytecodealliance / bytecodealliance/wasmtime

Debugging: support registering profiling info when guest debugging is enabled.

Open
#12,105 0 comments 0 reactions 0 assignees View on GitHub
wasmtime wasmtime:debugging
Dominant language
Rust
Stars
18.6k
Forks
1.8k
Avg merge
1d 19h
Merged PRs (30d)
121

Description

Currently, when guest debugging is enabled (after #12051), we clone the code memory for each module for each store so that we can patch in breakpoints. We don't support registering profiling metadata in this case, since it would have to be registered with the separate PC range for each instantiation. We should ideally support this.

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.