We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Unfortunately the "Run as..." and "Debug as..." are Eclipse features for native host apps. Using the Debug Configurations... dialog is the right thing for DS-5. There is no running without debug in DS-5 (although you can do much the same by executing a 'continue' command automatically.[/size]Semihosting output should appear in the "App Console" view. Semihosting is usually enabled automatically based on the symbols the image contains (if you're using armcc) but you can check the status with 'info semihosting'Note also that there are various bare-metal examples (e.g. fireworks) that are supplied with DS-5 that you can import.