If the simulator does not work when you press the RUN button, here is a workaround: Execute the following commands in the Console: (gdb) file skalar (gdb) target sim (gdb) sim firmware idt (gdb) load (gdb) run You can still set breakpoints in the GUI, but you will need to use the above commands for running the program.