Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2012 debug tests keyboard shortcut

In Visual Studio 2010 there were keyboard shortcuts to debug all tests, debug tests in context and more.

For reference, in VS 2010 the chords were:

  • Debug: All Tests in Solution: Ctrl + R, Ctrl + A
  • Debug: All tests in context: Ctrl + R, Ctrl + T

VS2010 also had keyboard commands to just Run All Tests

In VS 2012 I found the keyboard command for run all tests, Ctrl + R, A but can't find a keyboard command for debug all tests, which I found to be a really useful command.

Am I being dense and missing it? Did they remove the keyboard shortcut? I haven't found much information searching with Google or Bing.

like image 276
Josh R Avatar asked Dec 03 '12 23:12

Josh R


People also ask

How do you debug a keyboard shortcut?

CTRL+D (Toggle Debug Info) You can use the following keyboard shortcuts to move the caret (^) in most of the debugging information windows.

What is Ctrl Shift F in Visual Studio?

Ctrl-Shift-F is used to find all the ocuurance of a string with in entire solution and display find result window as shown below. Ctrl-F is used to find a string in the current document, project and all open documents one by one.


1 Answers

It looks like they are in Tools --> Options --> Keyboard with no ShortCut Assigned. It looks like the combinations that you used to use are still available.

enter image description here

like image 65
Mark Hall Avatar answered Oct 14 '22 20:10

Mark Hall