Reputation: 19184
Is there any shortcut for Add Watch in android studio? While debug windows is focused I can use Alt + Insert, but this is not working in code editor.
Upvotes: 2
Views: 866
Reputation: 1764
There is no direct shortcut for Add to Watches but you can define your own.
- Go to File -> Settings -> Keymap
- Expand 'Other' folder at last and find 'Add to Watches'.
- Double Click / Right Click on it and select 'Add Keyboard Shortcut'.
- Enter your keys and Done!
Upvotes: 2
Reputation: 2072
Did you try to assign a combination to your liking under preferences -> keymap -> search for "watches"?
Upvotes: 0