What is this curly brace for syntax in Visual Studio?

What is this strange syntax, you can use the viewport (or even set breakpoints), and where can I find it:

{,,test2.exe}<variable name>

enter image description here

When you start the program, the first one will be transferred to my entry point and will be interrupted at startup.

Intuitively, I can understand what this means, but where is it documented and what are the leading commas (what can I add there)?

Why does using syntax in the viewport help?

+4
source share
1 answer

VS2015 , , ++.

.

VS2010 .

+2

Source: https://habr.com/ru/post/1665991/


All Articles