I found two issues with breakpoints while playing around with timertool for #80.
Changing a breakpoint does not have an affect on a running program until it is paused and then restarted. Breakpoints are passed to the simulator thread as function arguments (which is definitely necessary), but that means changes to the UI do not affect the simulator until the threads is shut down and restarted.
JNiosEmu is an educational Nios II based development environment and emulator with the purpose of making it easy to learn programming in assembler. Assemble your source with a single button click, immediately see how values change in a register or memory. All this without any prior knowledge of assembler programming or complex tool chains.
Programa que procesa un archivo de texto escrito en el lenguaje inventado Vaja y genera código intermedio, código ensamblador sin optimizar, código ensamblador optimizado y archivos ejecutables.
I found two issues with breakpoints while playing around with timertool for #80.