some read me info
This commit is contained in:
parent
1ae4baf3f7
commit
87cec0f4bc
19
README.md
19
README.md
@ -1,9 +1,20 @@
|
|||||||
### statement of intent
|
|
||||||
|
|
||||||
just starting and not quite sure, but here is the direction
|
|
||||||
|
|
||||||
# Debugger
|
# Debugger
|
||||||
|
|
||||||
|
After some tryouts it ended up being an Opal application. That is ruby as javascript in the browser.
|
||||||
|
|
||||||
|
![Debugger](https://raw.githubusercontent.com/salama/salama-debugger/master/static/debugger.png)
|
||||||
|
|
||||||
|
- On the left are the claases of the system. Next idea is to have hover info about them.
|
||||||
|
- Middle is in three sections of source, only last really working
|
||||||
|
- last section, current block with current instruction highlighted
|
||||||
|
- step (next) button for single stepping
|
||||||
|
- bottom row are the registers. If the register hold an object the variables are shown.
|
||||||
|
(also should have hoer info)
|
||||||
|
|
||||||
|
So lots to do, but a good start.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
I don't want to use gdb anymore, and it would be easier without using the qemu setup, so:
|
I don't want to use gdb anymore, and it would be easier without using the qemu setup, so:
|
||||||
|
|
||||||
- single step debugging of the register machine level (as close to arm as need be)
|
- single step debugging of the register machine level (as close to arm as need be)
|
||||||
|
BIN
static/debugger.png
Normal file
BIN
static/debugger.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 158 KiB |
Loading…
Reference in New Issue
Block a user