That may not be convenient - consider that if the following statement
begins a loop, your breakpoint will likely hit for every loop
iteration.
But to the OP, yes, on occasion I have, but it's rare enough that any
difficulty in typing it is irrelevant. But you really want something
with few or no side effects, but that won't get optimized away or use
a lot of resources. In Windows I've used a call to the (system)
GetTickCount() and ignored the results.