Search code examples
c++wxwidgetsxdebug

DBGP Implementation C/C++


Is there a Library that implements XDebug's DBGP in C/C++? I'm interested in wrtting debugger and if such library exists will save me a lot! I want to add the debugger to my editor coded in C++ Language but it is an editor for PHP Files.


Solution

  • None Exists. There was one from GSOC (App not a library) but I cannot take time to read and convert to my needs plus its written for wx2.8 So I will roll a class to Just glue up with my Editor

    Edit I ended using that one as I said. Inside there is buggy libDBGp but I will fix it myself huh! If you are interested its here (thanks to GitHub)