Search code examples
vb.netno-op

What are a good No OP operation for vb.net?


Something we can just put break point on while making sure it doesn't do anything else.

In c, that would be while(false);

What to do in vb.net?


Solution

  • If you always need it to break there you can put Stop or Debugger.Break()