'Continue' statements are not valid in the Immediate window

Continue statements can only be used in source code.

Error ID: BC30780

To correct this error

  • Remove the Continue statement from the debugging code.

See Also

Reference

Continue Statement (Visual Basic)

Immediate Window

Other Resources

Debugging in Visual Studio