Closed AlessioC31 closed 1 year ago
Base: 58.44% // Head: 57.72% // Decreases project coverage by -0.72%
:warning:
Coverage data is based on head (
640e653
) compared to base (942fa39
). Patch coverage: 0.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Nice, but I would change something here...
Nice, but I would change something here...
- Let's create an "handle" panel for start/stop/pause + breakpoints in order to keep separated from cpu register...
- In CPU register we see value non in hex but adding a breakpoint it will took as hex
- Not sure to make the check of register there but maybe we can call "pause" functionality for keeping more consistent? Or request pause when we are at that address??
- Is not very clear that address is referring to PC, maybe we could add a breakpoint also for memory address... (next feature :P ) just make more clear
1) Good idea
2) That's true I will solve that maybe showing register values in hex or giving the choice to the user
3) Isn't it what it's currently doing? When the address is reached I change the bool
variable which is tecnically what the pause button does
4) I only knew about breakpoints in code execution. What are the breakpoints in the memory?
Not sure if is a "standard" breakpoint but it can be useful stop when a certain memory address is read or write 🤷🏻
Added breakpoints functionality to the UI