11.
What is the purpose of using breakpoints in a debugger?
12.
Which PHP function is used to print a human-readable representation of a variable?
13.
What does the xdebug.remote_enable directive control?
14.
How can you trigger a user-defined error in PHP?
15.
Which PHP function is used to output or return a parsable string representation of a variable?
16.
What feature of Xdebug allows developers to debug PHP scripts remotely from an IDE?
17.
How can you set the level of error reporting in PHP to display all types of errors?
18.
What is the primary purpose of using breakpoints in a debugger?
19.
How does setting the log_errors directive to On affect PHP behavior?
20.
How can you trigger a user-defined error in PHP?