ShaiW / Tecs-3

The newest fork of the TECS software suite, used in the "NAND to Tetris" course
http://www1.idc.ac.il/tecs/
3 stars 1 forks source link

CPU emulator script sub-window disappearing #5

Open ghost opened 13 years ago

ghost commented 13 years ago

During CH7 and CH8, the cpu emulator's script window on the right hand side goes blank after loading a test script. It reappears once it has been clicked on or execution is started.

Pierce71588 commented 13 years ago

There is some kind of timing issue causing this. It looks like a wait was implemented to solve this issue but the wait was only at 50. I increased the wait to 250.

ghost commented 13 years ago

Re-opened ticket. Closure pending Shai's approval.

Pierce71588 commented 13 years ago

This is no longer a race condition since we changed how the different windows (compare, script, output, screen) are shown. The wait has been commented out.