Quote: two-pass implementation of bcontinue; first reexecution pass establishes the breakpoint count up to the current position; second pass goes to the nth breakpoint
Analogously "bcontinue n" to the user means run … Our implementation uses two reexecution passes. The first … to the appropriate breakpoint count for the desired … , future bcontinue's require just one pass.
Google-1Google-2