31i73 / atom-dbg

An Atom package - An interactive debugger frontend
https://atom.io/packages/dbg
MIT License
30 stars 4 forks source link

Add registers and memory view #38

Open gdelazzari opened 6 years ago

gdelazzari commented 6 years ago

It would be nice to have the possibility to view the content of the CPU registers and regions of RAM. I would like to use dbg with the dbg-gdb plugin to debug ARM assembly code, which requires both features. Also, the possibility of viewing arbitrary memory and registers is a must-have for a good and complete debugging environment.