debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Results 40 debugger issues
Sort by recently updated
recently updated
newest added

**Reported by sd-snatcher on 2010-01-24 17:45 UTC** Currently, the debugger has some very useful features for dealing with the VDP that allows me to view the registers, command registers, bitmapped...

Debugger
feature request

One of those things that is easier to do in the emulator than on the debugger. Let's say you have the following code at 0x100: `C3 12 0D`, which translates...

I was going to suggest to replace this loop with a call to ```std::erase_if(m, [](auto& entry) { return entry->index == -1; });``` But this doesn't work (yet) because: * std::erase_if()...

**Reported by manuelbi on 2014-06-24 19:08 UTC** Seach string in data or code. I.e.: "ld hl,#8000" or "21 00 80" (Submitted by Manuel Pazos.)

Debugger
feature request

**Reported by manuelbi on 2014-06-24 19:07 UTC** Direct assembly in memory just writing in an address (RAM and ROM). This is quite cool to modify a program on the fly....

Debugger
feature request

**Reported by manuelbi on 2014-06-24 19:06 UTC** A I/O map view. A global one (all ports and their values) and "custom" ones (i.e.: VDP, PSG...) Check attached screenshot from no$msx....

Debugger
feature request

**Reported by manuelbi on 2014-06-24 19:05 UTC** Change PC register selecting an address in code view (i.e.: double click). So, directly change it. I.e.: to run code from a different...

Debugger
feature request

**Reported by manuelbi on 2014-06-24 19:03 UTC** Change Z80 flags by clicking on them. You can edit the flags by editing the AF register in the "CPU registers" subwindow, but...

Debugger
feature request

**Reported by sd-snatcher on 2012-09-25 02:11 UTC** The VDP implementation of openMSX certainly knows the current pixel being drawn by the rasterizer at a given moment. It would be useful...

Debugger
feature request

**Reported by sd-snatcher on 2012-09-18 23:04 UTC** Allow the user to select a block of disassembled code (using shift/select) and copy (menu EDIT->COPY) it to the clipboard.

Debugger
feature request