microsoft / microsoft/WinDbg-Samples
Delayed initialization for extension models
@wmessmer-msft is already working on this.
Since Apr 16, 2025.
- Dominant language
- C++
- Stars
- 827
- Forks
- 135
- PR merge metrics
- No merged PRs in 30d
Description
Can support be added (it is trivial) to delay the initialization of extension models using the DbgModelClientEx.h client library? There is mention of it within the source but an implementation is lacking. I would consider this critical to the support the library adds as often times you want to initialize data models under certain conditions especially when you have many data models within a single extension. It would be easiest to have this support builtin directly to the provided interfaces already with perhaps a metadata property of "IsDelayed" etc. as well
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.