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.
Tool/software: Code Composer Studio
During debug and development, I frequently switch between edit and debug views (perspectives) but I didn't find any shortcut when hovering around the icons or in the key bindings list [Help->show active keybindings]. I also checked window->preferences->General->keys and scrolled through the long list to look for the icon on the side and also see in the alphanumeric entry for presence "CCS Edit" or "CCS Debug" (these texts appear when you hover around the edit/debug icons) but were not present in the list. Is there some other way?
Actually, you are right. That shortcut can change if you are in a debug session.
When not in an active debug session, CTRL+F8 lets you toggle between perspectives. When there is an active debug session, it will do a "Free Run". You can remap the "Free Run" to a different shortcut to prevent it from overriding the the one to switch perspective.
Thanks
ki