How about...

Into

Step into the highlighted message, i.e. dive the debugger into the method
which handles it

Over

Step over the highlighted message, i.e. execute it, but keep the debugger
focused on the current method

Through

Like stepping "Over", except step through block contents when executed

Restart

Rewind to the start of the current execution context, resetting all local
variables

Continue

Relinquish debugger control and proceed with normal execution




-----
Cheers,
Sean
--
View this message in context: 
http://forum.world.st/QA-Debugger-buttons-explained-tp4933212p4933238.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Reply via email to