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

Reload source #169

Closed glenreesor closed 7 years ago

glenreesor commented 8 years ago

It would be convenient if there was a reload source button, so you don't have to close and reopen source tabs when you've changed the code. The button would either reload the current source file, or all source files.

rdebeasi commented 8 years ago

Alternately, pugdebug could watch files and reload as needed. Many text editors (Sublime, Atom, etc.) do this sort of thing.

Pugdebug rocks, by the way - thanks for building it! :)

robertbasic commented 7 years ago

On what OS are you using pugdebug?

File watching is in there from the start and it's working for me.

https://www.youtube.com/watch?v=EHQa2mKzuKw

robertbasic commented 7 years ago

Confirmed bug on Windows, working on a fix now.

Thanks for the report!