microsoft/WinDbg-Samples

Error loading CodeFlow extension

john-soklaski opened this issue · 3 comments

I'm trying to load the CodeFlow.js extension using .scriptload, and I get this error: Error (0x80004005): Cannot modify debugger object model for 'functionAlias (dflow)'.

I am able to successfully load the ImageInfo.js extension in the same manner though.

If I remove both of the functionAlias it will load successfully.

new host.functionAlias(__traceDataFlow, "dflow"),
new host.functionAlias(__disassembleCode, "dis")

Thanks John, we'll take a look at this. Can you share what debugger version you're using?

It seems like this is no longer an issue, so I'm closing the issue. Feel free to open a new issue if you see it again.