shikhar
shikhar

Reputation: 2469

Debugging partially encrypted software PHP

I am working on partially encrypted software (encrypted with ionCube). If I use my PHPed dbg debugger along with this, Apache crashes many a times, may be because both the ionCube and PhpED database uses zend_extension.

Is there a PHP debugger which will work in this scenario?

Upvotes: 0

Views: 148

Answers (1)

Ess
Ess

Reputation: 241

Try CodeLobster. Its debugger probably doesn't use a Zend Framework extension.

Upvotes: 0

Related Questions