Regardless of other options that may achieve the same result (i.e. adding breakpoints by hand), is it possible to programmatically add a breakpoint into the source code of a
Also, Visual Basic has a keyword called Stop that will essentially act as a break point and break execution.