microsoft / WinDbg-Samples

Sample extensions, scripts, and API uses for WinDbg.
MIT License
707 stars 117 forks source link

JsProvider.d.ts issue #29

Closed ImanHosseini closed 2 years ago

ImanHosseini commented 3 years ago

I can see that "host.namespace.Debugger.Utility.*" functionality does work in WinDbg, but it is not included in the 'JsProvider.d.ts' that came with my Windows Kit (it has most of the stuff, but does not have the [Utility] part, why? And why can't we just get the "JsProvider.d.ts" here in this repo? [I tried the Scripting ribbon, it also does not suggest "Utility" after "host.namespace.Debugger." this is probably a bug?]

TimMisiak commented 2 years ago

The typescript definition is meant to be a helper, but it can't be completely exhaustive since the data model namespace is dynamic. I will see if there are more static entries we can add to be helpful here. Thanks for the feedback!