I wonder how to terminate phpdbg process from within its interactive console.
There were several situations when i need it.
First, when i try to print object content with infinite recursion.
Second, when it hangs after for example usage of bad readline_completion_function
defined in .phpdbginit
.
CTRL+c
combination have no affect.