Everything

debugger.Memory.NoVerify


This property switches the write-time verification setting. [Except simulator]

[Specification format]

debugger.Memory.NoVerify = noverify

[Setting(s)]

Setting

Description

noverify

Set whether to verify during writes.

True: Verify during writes.

False: Do not verify during writes.

[Reference]

Set value

Caution

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.

[Detailed description]

-

This property switches the write-time verification setting.

[Example of use]

>>>print debugger.Memory.NoVerify
False
>>>debugger. Memory.NoVerify = True
>>>print debugger. Memory.NoVerify
True
>>>