We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c27af00 + ca8acb7 commit 67a3fadCopy full SHA for 67a3fad
user_guide_src/source/testing/debugging.rst
@@ -26,18 +26,21 @@ This is defined in the boot files (e.g. **app/Config/Boot/development.php**).
26
Using Kint
27
==========
28
29
-**d()**
+d()
30
+---
31
32
The ``d()`` method dumps all of the data it knows about the contents passed as the only parameter to the screen, and
33
allows the script to continue executing:
34
35
.. literalinclude:: debugging/001.php
36
-**dd()**
37
+dd()
38
+----
39
40
This method is identical to ``d()``, except that it also ``dies()`` and no further code is executed this request.
41
-**trace()**
42
+trace()
43
+-------
44
45
This provides a backtrace to the current execution point, with Kint's own unique spin:
46
0 commit comments