In Visual Studio, during debug, ctrl-f10 runs the debugger up to the line that has the cursor. Is there a similar command for Code Compiler 4?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Clyde,
In the editor, go to the line you wish to run to and right-click on the line you wish to run to and select 'Run to Line' in the context menu. The shortcut is CTRL-R when in debugging context. This is customizable of course and from a quick look F10 is available. Window->Preferences->General->Editors->Keys. Select the command and then go to the modify tab.
Hope this helps.
Best Regards,
Lisa
It would be nice if we were given the option of setting the debug commands to the standard Visual Studio settings. The Visual Studio settings have been around for a couple of decades.
Are there any potential issues with assigning ctrl-f10 and f11?
Where is 'Debug Launch' defined?
Hi Clyde,
from a quick look (it is all laid out in the key settings I directed you to) ctrl-f10 is assigned so would need to be changed. I believe F11 might not be currently assigned.
I am not sure why but it looks like there is no shortcut attached to the debugger itself. I beleive you should be able to do this by assigning a key to ... Category - Debug, Command - Debug.
Best Regards,
Lisa
Hi Clyde,
Inside the preference dialog where you define the key mapping, you can change the key schema to Visual Studio.
Regards,
Patrick