CDbg»Blog

My first blog entry

Hello everyone! In this post I want to tell you about my debugger.
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

Simon Anciaux,
Hi, thanks for the preview build.

I tried it but it hits an assert as soon as I press "start debugging".
Here is a screenshot.
I launched it with
1
cdbg y:\build\window.exe

The window.exe application is 64bit compiled with VS2012 on windows 7 64bit.
The pdb files are in the same directory.

PS: The link at the end of the post doesn't point to the dropbox file.
Nikita Smith, Edited by Nikita Smith on
Thank you for the report, I re-uploaded the fixed build to dropbox, and updated link to it.
Connor ,
This is looking really cool! Hope to get lots of updates on the dev progress.

- Connor
Simon Anciaux,
Thanks for the fix, it's working.