This commit is contained in:
Tomas Husak 2021-08-07 13:46:21 +02:00
Родитель fd74a4b16f
Коммит 545c42336c
4 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -4,4 +4,5 @@ arrange:
- forms.md
- context-lifetime.md
- php-js-interoperability.md
- debugging.md
- api-reference.md

11
docs/debugging.md Normal file
Просмотреть файл

@ -0,0 +1,11 @@
# Debugging PHP in Blazor
From now on, you can debug your PHP code running in the browser in Visual Studio ! You just run the *Blazor.Server* in `DEBUG` mode and set the breakpoint to any line of your PHP code. The **Peachpie.Blazor.Sdk** then sets the environment to enable PHP debugging.
![debug](E:\OwnCode\Github\peachpie-blazor\docs\images\debug.png)
## Logging
Because `PhpComponent` and `PhpScriptProvider` have many stages, we provide helpful logs describing the behaviour of the components. Logs are displayed in the browser console by default. If you want to prohibit logging, just add `builder.Logging.SetMinimumLevel(LogLevel.None);` to *Program.cs* in **Blazor.Client** project.
![logs](E:\OwnCode\Github\peachpie-blazor\docs\images\log.png)

Двоичные данные
docs/images/debug.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 124 KiB

Двоичные данные
docs/images/log.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 61 KiB