当我正在视力演播室开发C++应用时,情况很奇怪。
I have set a breakpoint in my file and started debug, and run the scenario. The application enters debug mode in visual studio at the set breakpoint, but:
- I do not see the current line/cursor
- there is no call stack displayed
- there are no variables in Autos
- in my Breakpoints list I see my breakpoint highlighted/bold (which means the debug is on the correct line)
Anyone ? hope I have been somewhat clear...