eclipse debugging keys not working

前端 未结 8 656
伪装坚强ぢ
伪装坚强ぢ 2020-12-11 15:27

I\'m debugging my C++ project with eclipse Indigo cdt- and for some reason that F* keys stopped working when i\'m debugging . ( F8, F6, etc... that allow me to move to next

8条回答
  •  长情又很酷
    2020-12-11 16:01

    A workaround is to bypass the Eclipse feature to make the keys mode sensitive. You'll lose the ability to use the keys in some non-debug contexts, but at least they'll work for debugging.

    1. Open the Keys preferences section (CTRL+SHIFT+L twice).

    2. Click the Binding column header to set the sort order, and find the debugging keys (F5,F6,F7...).

    3. For each key, change the When action value from Debugging to In Window. Alternatively, you may find there is something more specific than "In Window" that works for your environment.

提交回复
热议问题