pugdebug icon indicating copy to clipboard operation
pugdebug copied to clipboard

pugdebug is a standalone debugging client for PHP applications that uses XDebug as the debugging engine.

Results 27 pugdebug issues
Sort by recently updated
recently updated
newest added

XDebug 2.3.3-stable and 2.4-RC4. [PHP 5.6.18/64-bit.](https://gist.github.com/AnrDaemon/cc4be09b6e699d50115c) Windows 7 Unable to trace real calls to any method or anything. First few files (composer loaders) open in the file viewer, but when...

bug
need more info
windows related?

If clicking "run" too quickly, many warnings can crop up with the message "Bad file descriptor during" either "stop action" or "step_run action". This can also result in the application...

Is pugdebug not able to do object oriented debugging or am I just holding it wrong? I don't seem to see the $this variable.

bug
need more info
windows related?

I probably need to drop Qt from 5.7 to 5.6 because 5.7 is C++11 only, which probably means impossible builds for older systems and this would be I think a...

It would be nice to be able to set a directory from the file browser as new root for the file browser. Right click option?

enhancement

A jump to line functionality would be nice.

enhancement

``` sh $ pugdebug . ``` Starts `pugdebug` with `path/project_root` set to current working directory.

enhancement

``` sh pugdebug [--help|-h] [--version|-V] ``` Note: `-V` is uppercase because the lowercase might want to be used later as meaning verbose.

enhancement

Would be nice if expanded and collapsed rows held state.

enhancement

Please setup this package for standard installation, there are great guides on how to package python apps here: https://packaging.python.org/distributing/