Debugger failed to show std elements

已回答

I would like to inspect elements in a string, but the unfold gave me nothing!

And when I do sth like evaluate the length of a string, the whole debugger terminate!

Here is my MinGW and my CLion version is CLion 2020.1.1 x64.

Thanks for reading.

0

Hello!

"Debugger exited with code -1073741819" means that GDB itself crashes when evaluating this expression. I assume if you try to debug this project outside CLion (in the Command Prompt, for example) with the same debugger, you will get the same error.

You can try using a different toolchain/debugger.

0

请先登录再写评论。