PDA

View Full Version : Stop command


Andrew
08-01-2005, 05:03 AM
Would it be possible to create a vbp command to stop processing much like the vb stop command. That would halt the execution like a breakpoint (but only in gui mode).

I ask this because I noticed that the execution does not always stop on a breakpoint.

kinook
08-01-2005, 07:50 AM
The only thing that should prevent breakpoints from being stopped at is using the /s command-line parameter when launching the GUI. If there is a situation where it's not stopping on a breakpoint when it should, please post a reproducible case and we'll investigate. Thanks.