I think I found a bug while trying to debug a program but I'm not quite sure...
I set the compiler to "Arduino" and compiling works just fine.
The .hex & -elf files are written to:
C:/Users/USERNAME/AppData/Local/simulide/codeeditor/buildIno
but when I try starting the debugger, it compiles the program again and than says "Fehler: Hex Datei existiert nicht" = " Error: Hex file doesn't exist"
C:/Users/USERNAME/Downloads/SimulIDE_PCINT_Test/main.hex
where "C:/Users/USERNAME/Downloads/SimulIDE_PCINT_Test" is the folder of the .sim1 file.
The strange thing is, when I try to copy the compiled .hex file to "C:/Users/USERNAME/Downloads/SimulIDE_PCINT_Test/main.hex" and restart the debugger it deletes the copied file and crashes with the same error message.
Maybe I'm just doing something wrong here?
currently trying it on version 1.0.0 rev 1334 on Windows
can also try it on Linux if it helps?
I set the compiler to "Arduino" and compiling works just fine.
The .hex & -elf files are written to:
C:/Users/USERNAME/AppData/Local/simulide/codeeditor/buildIno
but when I try starting the debugger, it compiles the program again and than says "Fehler: Hex Datei existiert nicht" = " Error: Hex file doesn't exist"
C:/Users/USERNAME/Downloads/SimulIDE_PCINT_Test/main.hex
where "C:/Users/USERNAME/Downloads/SimulIDE_PCINT_Test" is the folder of the .sim1 file.
The strange thing is, when I try to copy the compiled .hex file to "C:/Users/USERNAME/Downloads/SimulIDE_PCINT_Test/main.hex" and restart the debugger it deletes the copied file and crashes with the same error message.
Maybe I'm just doing something wrong here?
currently trying it on version 1.0.0 rev 1334 on Windows
can also try it on Linux if it helps?