0

I am A PHP Developer, and first time working in Visual Studio C++ and wondering if there is some way through which i can display variables or contents to debug my application.

Is there any functionality like Console in Chrome as console.log(myvariable)?

4

1 回答 1

0

您可以使用 TRACE 宏。

TRACE( "这是一个 TRACE 语句\n" );

于 2013-11-26T12:05:13.533 回答