robertbasic / pugdebug

pugdebug is a standalone debugging client for PHP applications that uses XDebug as the debugging engine.
http://pugdebug.com/
Other
73 stars 15 forks source link

$this & search #175

Closed dgoosens closed 7 years ago

dgoosens commented 8 years ago

hi

Am giving pugdebug a try...
Thing I don't understand is why $this does not appear in the variables tab. Creating a Expression with $this does work though but figure it should be available automatically when in a class.

Likewise, I think it would make sense to have things like $_SERVER available automatically as well.

A part from that there is really one feature that is missing, and very annoying...
A search function...

Great job!

robertbasic commented 7 years ago

For $this, I replied in #173 that I do see it.

The $_SERVER and other superglobals are accessible in the "Superglobals" tab:

screenshot_2017-01-02_11-29-12

I'll create a new issue for the search feature request, that sounds useful indeed.

Thanks!

robertbasic commented 7 years ago

Closing as a duplicate of #173

robertbasic commented 7 years ago

@dgoosens searching for files is now in master, thanks for the request!