devxlogo

Insert Persistent Breakpoints

Insert Persistent Breakpoints

VB won’t let you save a breakpoint when you have a lengthy debugging session. Use Debug.Assert to create persistent breakpoints that trigger when you are in the environment, but not in the compiled program. Just insert “Debug.Assert False” where you want the breakpoint.

This technique is also useful to ensure different branches of the code are debugged. When coding, insert these persistent breakpoints in every section of the code you know needs to be tested by stepping through it, and delete the breakpoints once you have verified that the section works as intended.

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist