Physics, asked by tharun2628, 6 months ago

what key is used for running the project​

Answers

Answered by priyashivaanee333
0

Answer:

Shortcut Keys

F5 Runs the project with debugging. Execution continues until either a breakpoint is reached or the program ends.

Ctrl + F5 Runs the project without debugging.

Shift + F11 Step Out. Completes and steps out of the current method.

Shift + F5 Stop. Debugging stops and returns Visual Studio to design mode.

Similar questions