Quantcast
Channel: GameDev.net
Viewing all articles
Browse latest Browse all 17825

Remote visual debugger: asdbg

$
0
0
Hey all! Thought I'd make a thread here about the tool I've been working on for the last few days: asdbg. It's a remote debugger (as in it uses 127.0.0.1 for IPC for the moment) with a visual code view. It's not much and probably not really usable for any serious project right now, but I'm hoping to some day get it there and use this for debugging our game (and future ones :)). It consists out of 2 parts, the host implementation code and the UI, so in theory it should be possible to implement the UI in something other than Windows (this is currently in C# WinForms, so it's Windows only for the time being). Feedback is always welcome!

Viewing all articles
Browse latest Browse all 17825

Trending Articles