Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the shortcut key for Run to cursor in Eclipse?

What is the shortcut key for Run to cursor in Eclipse Indigo?

like image 866
user886550 Avatar asked Jul 22 '12 07:07

user886550


People also ask

What is Ctrl Shift G in Eclipse?

Ctrl + Shift + G. Search for references in the workspace. Command + T. Ctrl + T. Shows type hierarchy of the current java class.

What is Ctrl Shift R in Eclipse?

Open project, file, etc. Ctrl+Shift+R. Open Resource (file, folder or project) Alt+Enter. Show and access file properties.


1 Answers

The function that you need in eclipse is called : Run to Line and you should call it with : CTRL+R in the debug perspective .

like image 152
aleroot Avatar answered Oct 15 '22 17:10

aleroot