Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Vewing Script Code while Script runs??

Status
Not open for further replies.

esoare

Programmer
Joined
Jun 15, 2005
Messages
199
Location
US
Hi all,

The subject pretty much is the question.

Can you veiw the code in a side bar while the sript runs?

I notice that the Debug when you stop a script, shows the line and what code it was at when you stop a script. Is there some debug command, that will show what line you are on as the script runs?

At bit redundant, but hey, it's only tues.

Hope everyone is having a great Thanksgiving prep time!

es
 
If you have a breakpoint command in your script, and it is compiled as debug, you can either step through your script line by line, or have it execute until it hits the next breakpoint. I have more information on this feature at the link below:


 
Thanks knob! The Ctrl+Break is just what I needed, it helps out with not programming it into the script!

I would sometimes stop a script in debug, but the "continue/step" were greyed out.

Thanks again for your time!

Eugen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top