0

In Visual Studio when I use a breakpoint, F10 key moves to next step and
F11 key moves next and step into methods while debugging.

What is the equavalents for these keys in Mac for Xamarin Studio ?

Bengi Besçeli
  • 3,638
  • 12
  • 53
  • 87

2 Answers2

1

In Xamarin Studio you can see the keyboard shortcuts if you open Preferences and select Key Bindings.

  • Step: ⇧⌘O
  • Step Into: ⇧⌘I
Matt Ward
  • 47,057
  • 5
  • 93
  • 94
1

The key binding can be update in menu Visual Studio > Preferences > Key Bindings.

Here is the default key binding:

enter image description here

iamdanchiv
  • 4,052
  • 4
  • 37
  • 42