When I started to write this debugger I decided that first of all I will implement basic functionality that
every debugger must have.
At this point debugger is capable of doing basic code stepping:

Inspecting stack:

Data inspection:

Setting breakpoints:

And viewing debug output:

Also I'm releasing first build, which you can download here: link