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.