A standalone DAP (Debug Adapter Protocol) client GUI application built with Electron, React, TypeScript, and PrismJS. Primarily designed for PHP debugging with Xdebug. dap-gui/ ├── electron/ # ...
A Live Debugging Session To demonstrate usage of this tool, I created an example of a fairly complex program which can be used to execute either modular exponentiation or modular multiplication. It is ...