Re: Best Way to Debug Startup Code?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Bob,

Thanks for the help. Stop does exactly what I need.

- Paul

On Feb 9, 6:59 pm, Bob Quintal <rquin...@xxxxxxxxxxxxx> wrote:
"paul.sch...@xxxxxxxxx" <paul.sch...@xxxxxxxxx> wrote in
 Is there a hard-coded
break I can insert which will raise the IDE yet not cause an error
condition?


Stop

Syntax

Stop

Remarks

You can place Stop statements anywhere in procedures to suspend
execution. Using the Stop statement is similar to setting a
breakpoint in the code.

The Stop statement suspends execution, but unlike End, it doesn't
close any files or clear variables, unless it is in a compiled
executable (.exe) file.

--
Bob Quintal

PA is y I've altered my email address.

.



Relevant Pages

  • Re: Which FASTER ? .Cls or RedrawWindow API
    ... > design time vs run time in Ide ... > But when you are outside Ide (finished project) ... "Design time" is only possible within the IDE. ... To get the real execution speed difference you have to execute ...
    (microsoft.public.vb.winapi)
  • Re: Long processess and responsiveness
    ... My IDE has a Pause button on it - but when I run something ... Is there some way I can detatch my IDE from the VBA execution ... open the Locals or Watch window, ...
    (microsoft.public.office.developer.vba)
  • Re: Why cant the debugger find my JDBC Driver.
    ... > If I run the exact same program outside of the IDE or even within the IDE ... > I have added the relevant jar to the classpath field in both the External ... > Execution and Debugger Execution properties. ...
    (comp.lang.java.programmer)
  • Re: Why cant the debugger find my JDBC Driver.
    ... > If I run the exact same program outside of the IDE or even within the IDE ... > I have added the relevant jar to the classpath field in both the External ... > Execution and Debugger Execution properties. ...
    (comp.lang.java.help)
  • Re: Whats up with this compiler hint?
    ... The "Raise;" statement will transfer execution to the parent exception handler. ... Even though the function result is already assigned, the execution never reached the end of function block and the function result is never returned. ...
    (comp.lang.pascal.delphi.misc)