How to add Peripherals view next to Registers view in a custom perspective #586
Unanswered
mmx85
asked this question in
Debug Plug-ins Q&A
Replies: 2 comments 7 replies
You'll probably need to explain in more detail exactly what you're doing and the technical details of your customisations. There's not much info to go on above. You should also check the Eclipse logs in case they contain some useful info |
7 replies
Which is why I asked for a clearer description of the issue in the first place... 🙂 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi.
I have a custom perspective that previously used GNU MCU Eclipse plug-in 10.0 and my application was able to show Peripherals view and Registers view when I open perspective. After switching to Eclipse Embedded CDT 6.3.2 I have updated viewShortcut in plugin.xml to but after that I have Registers view opened only. Peripherals view is missing. Am I doing something wrong or miss something?
Thanks for the answer.
All reactions