microsoft / ConcordExtensibilitySamples

Visual Studio Debug Engine Extensibility Samples
Other
121 stars 50 forks source link

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

Open jerishC opened 2 years ago

jerishC commented 2 years ago

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

gregg-miskelly commented 2 years ago

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?

jerishC commented 2 years ago

I use the "VS16" branch.

'Show External Code':

image

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