Don Williamson

Results 111 comments of Don Williamson

> What could be the UI for that? Maybe an URL with the bash-like brace expansions: `ws:/127.0.0.1:1781{5,6}/rmt`? That seems as good as any. Maybe `ws://127.0.0.1:{1780...1790}`. Or alternatively the port assignment...

Maybe... ``` Object* object = objects[/*$hash("Name")*/0x12345678/**/]; ```

I can easily add a button for this, but doesn't F10 work for you? That does the stepping...

Yes, when the program breaks (insert a "BRK" instruction or press F9) the current line is marked with a red background.

I will look at this in more detail tomorrow, but if you have a head start, I seem to recall a previous issue that had a problem similar to this.

This is going to be a timing issue where the name eventually shows up, or a legitimate bug in the synchronisation. Is this still a problem and does it get...

Thank you for this PR. I will have a close look at its implications. Not to worry about processor timeline view, as long as it doesn't break.

I'm trying to test the processor view right now but it doesn't actually appear to be working on the laptop I'm testing on, so I may have to debug that...

Every 16ms it performs 1000 single-cycle instruction decodes to simulate a 62.5kHz machine so it's hitting the CPU pretty hard. Chrome performs much, much faster than Firefox, though. I may...