Can the debug debugging toolbar of yii2 only monitor ajax requests? for example, if a form I submit is an ajax request, the server returns json data to me after a series of operations, including database queries. I want to view the SQL statement operated by this ajax request through the debug toolbar. what should I do if I encounter an error? can the debug debugging toolbar of yii2 only monitor ajax requests?
For example, a form I submitted is an ajax request, and the server returns json data to me after a series of operations, including database queries.
I want to view the SQL statement operated by this ajax request through the debug toolbar. what should I do if I encounter an error?
Now I only know that the debug toolbar can only monitor requests that refresh the page each time. Will the monitoring fail if the page is not refreshed?
Reply content:
Can the debug debugging toolbar of yii2 only monitor ajax requests?
For example, a form I submitted is an ajax request, and the server returns json data to me after a series of operations, including database queries.
I want to view the SQL statement operated by this ajax request through the debug toolbar. what should I do if I encounter an error?
Now I only know that the debug toolbar can only monitor requests that refresh the page each time. Will the monitoring fail if the page is not refreshed?
After the request is completed, you can directly access the "domain name/debug/default/index" to view the ajax request data.