In debugging, resuming means continuing execution after a pause. In MetaEditor/Visual Studio, this is often the F5 key. Resuming runs until the next breakpoint or end of program. For example, after stepping over a line, you press Continue to let the EA run until another breakpoint or error.