简体   繁体   中英

Visual Studio Debugging Property

I have a label in asp.net. I am using Visual Studio. How do I go about tracking the value of:

    lblInvalid.Visible

While I am debugging. I need to track the value through out the program.

将其添加到监视变量下(调试->窗口->监视)或在即时窗口中检查其值(调试->窗口->立即)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM