Skip to content
Snippets Groups Projects
Unverified Commit a0960f9b authored by totten's avatar totten Committed by GitHub
Browse files

Update debugging.md

Fix comma splice.  Make clearer reference to later section.
parent bfc1eae9
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ After enabling debugging, append any of the following name-value pairs to the UR ...@@ -32,7 +32,7 @@ After enabling debugging, append any of the following name-value pairs to the UR
### Displaying a backtrace ### Displaying a backtrace
The backtrace can be enabled independently of debugging. If this option is selected, a backtrace will be displayed even if debugging is disabled. **A backtrace is normally displayed only when an error is encountered, to manually trigger a backtrace in your custom code see further down this readme.** The backtrace can be enabled independently of debugging. If this option is selected, a backtrace will be displayed even if debugging is disabled. **A backtrace is normally displayed only when an error is encountered.** To manually trigger a backtrace in your custom code, see "Changing source code" (below).
A backtrace is a list of all the functions that were run in the execution of the page, and the PHP files that contain these functions. It can be really useful in understanding the path that was taken through code, what gets executed where, etc. A backtrace is a list of all the functions that were run in the execution of the page, and the PHP files that contain these functions. It can be really useful in understanding the path that was taken through code, what gets executed where, etc.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment