Writing Custom Debuggers

BlitzMax Forums/BlitzMax Programming/Writing Custom Debuggers

N(Posted 2005) [#1]
Is this possible? If so, how? Would you write hooks for the application and pass new function pointers for when DebugStop and such are called, would ou take console output and parse it, or what?

Random thing that popped into my head, since it'd be interesting to write a standalone debugger for BlitzMax.