This property switches the write-time verification setting. [Except simulator]
If a PM+ workspace is converted to a CS+ project, then there will be no debugging tool in the main project. For this reason, "None" will be returned if the main project is the active project. |
>>>print debugger.Memory.NoVerify False >>>debugger. Memory.NoVerify = True >>>print debugger. Memory.NoVerify True >>> |