Shortcut and Debugging

DEBUGGING

f9 or click the left side of the code => insert or remove debugger

f5 => run in debug mode

shift + f5 => stop the debug mode

f10 => step over

f11 => step into

shift + f11 => step out

Last updated