David Grudl

Results 425 comments of David Grudl

Isn't better this ```php Debugger::setLogger(new StreamLogger); Debugger::enable(); ``` than this? ```php Debugger::enable(Debugger::DETECT, new StreamLogger); ```

> create disparity between It does not matter.

@JanTvrdik Do you want to move it somehow in v2.5? Or deprecate something, so the next version does not have to require a lot of hacks?

Hi. If the problem is that it doesn't use the native session, that should be switched: ```php Tracy\Debugger::setSessionStorage(new Tracy\NativeSession); Tracy\Debugger::enable(); ``` Furthermore, I think this `Debugger::getBar()->render()` could be replaced by...

Honestly, I'm pretty lost in this :) If you had a repo with a minimal example of the situation, it would help me a lot.

@adrianbj Did you manage to resolve it somehow?

This is a BC break, then file creation etc stops working.

Sure, you open an existing file. But it stops the file creation, editing and source mapping features of open-editor.js. Or what it's good for `&search=%search&replace=%replace` inside `$editor = 'phpstorm://%action?file=%file&line=%line&search=%search&replace=%replace';`?

I don't know if that's a good idea, because if someone downloads the zip, he' ll be surprised that it doesn't have the examples that he sees on github.