yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202 stars 150 forks source link

Web-server with debug panel from /src #421

Closed zhukovra closed 4 years ago

zhukovra commented 4 years ago
Q A
Is bugfix? no
New feature? yes
Breaks BC? no
Tests pass? yes
Fixed issues -

Developing yii2-debug module now is easier with running ./yii serve from project root.

image

image

samdark commented 4 years ago

Thank you for contributing but I don't think it's a good idea. Majority of debugger functionality is about getting data from the real application with database etc. Using ./build/build dev/app basic or ./build/build dev/app advanced is way better approach.

zhukovra commented 4 years ago

@samdark it's a pity. But for me it is really convenient to develop inside cloned yii2-debug repo without any application, where yii2-debug is inside vendor path.

samdark commented 4 years ago

Yeah, I understand that but that's not how it was planned to be done. Symlinks via ./build/build dev are used from the very start and proved to be convenient enough. Same approach is used for Yii 3.