1

Is there a command to remove all existing breakpoints within a script file?

A single breakpoint can be deleted as follows:

break.delete 0x12345

So when I start my script I don't know which ones are active and I want to remove them all.

1 Answer 1

3

To delete all breakpoints simply use

Break.Delete

without any parameters.

Alternatively you can use the command Break.RESet which clears all breakpoints and resets all global break point settings to their defaults.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.