公告
财富商城
积分规则
提问
发文
2019-06-13 19:52发布
贪生不怕死
I am debugging a C project with Visual Studio 2013. What does the {???} mean in the below Watch window?
{???}
Watch
I guess there must be something wrong and I searched a bit. But no luck.
Igor’s suggestion is correct, this is the sample for this issue.
If I disable the line code “currnode->nextnode = NULL;”, it will show the same result as yours.
But if I enable it, it would show the NULL value like this screen shot, so it would be related to null value of the pointer.
最多设置5个标签!
Igor’s suggestion is correct, this is the sample for this issue.
If I disable the line code “currnode->nextnode = NULL;”, it will show the same result as yours.
But if I enable it, it would show the NULL value like this screen shot, so it would be related to null value of the pointer.