lcgamboa / picsimlab

PICsimLab - Programmable IC Simulator Laboratory
GNU General Public License v2.0
442 stars 85 forks source link

The application freeze and exit on gpboard #82

Closed eagl1 closed 1 year ago

eagl1 commented 1 year ago

Hi,

I'm just trying other boards, and I wanted to try the gpboard, but when I selected debug, the application got freeze and exited.

image

lcgamboa commented 1 year ago

Hi @eagl1,

the problem that you detected is not because of the debug, but because this specific microcontroller does not have all the configuration words implemented in the gpsim simulator. It was fixed in commit 847292f .

The gpboard doesn't have debug support implemented yet. Consider using breadboard board that supports PIC18F4550 and debug.

Thank you for reporting the problem.

eagl1 commented 1 year ago

Do you mean I can update the simulator ?

lcgamboa commented 1 year ago

Yes, I have updated the binaries https://github.com/lcgamboa/picsimlab/releases/download/latestbuild/PICSimLab_0.9.0_230602_win64_setup.exe .