Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种快速方法来识别复杂 if 条件中的部分,这将导致整个条件返回 false。
谢谢。
尝试反汇编视图。在 Visual Studio 中:调试 -> Windows -> 反汇编。一步一步运行,并尝试了解处理器的作用。
此外,如果您的“if”语句没有函数调用,您可以评估(在表达式评估窗口中)“if”语句的每个部分