articles

Home / DeveloperSection / Articles / Transact-SQL Debugger shortcut keys for SQL Server

Transact-SQL Debugger shortcut keys for SQL Server

Vijay Shukla4746 03-Apr-2013
Transact-SQL Debugger Keyboard Shortcuts
Action
SQL Server 2012
SQL Server 2008 R2

Start or continue debugging

ALT+F5

ALT+F5

Stop debugging

SHIFT+F5

SHIFT+F5

Step into

F11

F11

Step over

F10

F10

Step out

SHIFT+F11

SHIFT+F11

Step into specific statement

SHIFT+ALT+F11

No equivalent

Set next statement

Ctrl+3 0

No equivalent

Show next statement

ALT+NUM

No equivalent

Implement the Run To Cursor Command

CTRL+F10

CTRL+F10

Display the Quick Watch dialog box

CTRL+ALT+Q or SHIFT+F9

CTRL+ALT+Q

Toggle breakpoint

F9

F9

Enable breakpoint

CTRL+F9

No equivalent

Delete the breakpoint. Only available in the Breakpoints window

ALT+F9, D

No equivalent

Open the Edit breakpoint labels dialog. Only available in the Breakpoints window

ALT+F9, L

No equivalent

Delete all breakpoints

CTRL+SHIFT+F9

CTRL+SHIFT+F9

Display the Breakpoints window

CTRL+ALT+B

CTRL+ALT+B

Break all

CTRL+ALT+BREAK

CTRL+ALT+BREAK

Break at function

CTRL+B

No equivalent

Display the Watch 1 window

CTRL+ALT+W, 1

No equivalent

Display the Watch 2 window

CTRL+ALT+W, 2

CTRL+ALT+W, 1

Display the Watch 3 window

CTRL+ALT+W, 3

CTRL+ALT+W, 3

Display the Watch 4 window

CTRL+ALT+W, 4

CTRL+ALT+W, 4

Display the Autos window

CTRL+ALT+V, A

CTRL+ALT+V, A

Display the Locals window

CTRL+ALT+V, L

CTRL+ALT+V, L

Display the Immediate window

CTRL+ALT+I

CTRL+ALT+I

Display the Call Stack window

CTRL+ALT+C

CTRL+ALT+C

Display the Threads window

CTRL+ALT+H

CTRL+ALT+H

Display the Parallel Stacks window.

CTRL+SHIFT+D, S

No equivalent

Display the Parallel Tasks window

CTRL_SHIFT+D, K

No equivalent


Updated 29-Nov-2017

Leave Comment

Comments

Liked By