microsoft/ConcordExtensibilitySamples

debugging extensions failed. devenv.exe has triggered a breakpoint.(Frame not in moudle)

Opened this issue · 2 comments

Hi, I clone the cpp CppCustomVisualizer and run it successfully(I can see the FILETIME showed in right format). But I got this error when I tried to debug extensions, like this.
image

The Microsoft Child Process Debugging Power Tool has been installed correctly and setting is like this.
image

Microsoft Visual Studio Professional 2019 Version 16.9.6

What branch of this repo are you using?
If you right click on the call stack and turn on 'Show External Code', what is the call stack?

I use the "VS16" branch.

'Show External Code':

image

Finally, I download VS 2022 and change to main branch, All works fine