108
edits
Changes
→Progress
<table border="0" width="800">
<tr>
<td width="400350" align="top">
*How to start debugging
## Shit +F11 to get out of a subroutine (Step Out)
## F9 to put/remove breakpoints in a line
</td>
<td width="400450">
To open windows you need for debugging on Visual Studio, You must run a program in debug mode first. Otherwise, there is no menu to open the windows.
[[File:debug_windows.png|350px450px|thumb|left|Menu Debug > Windows on VS 2015]]
</td>
</tr>