asdbg icon indicating copy to clipboard operation
asdbg copied to clipboard

A remote debugger for AngelScript.

Results 2 asdbg issues
Sort by recently updated
recently updated
newest added

Some ideas for improvements to the library and debugger gui: * focus / flash app when breakpoint is hit * add Visual Studio style keyboard shortcuts to basic flow commands...

I managed to implement asdbg in our game in a very short time. Everything seems to work fine, except I've run into two issues: - at host app exit everything...