Skip to content

Commit 67a3fad

Browse files
authored
Merge pull request #5983 from kenjis/fix-docs-debugging.rst
docs: make method names linkable in debugging.rst
2 parents c27af00 + ca8acb7 commit 67a3fad

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

user_guide_src/source/testing/debugging.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,21 @@ This is defined in the boot files (e.g. **app/Config/Boot/development.php**).
2626
Using Kint
2727
==========
2828

29-
**d()**
29+
d()
30+
---
3031

3132
The ``d()`` method dumps all of the data it knows about the contents passed as the only parameter to the screen, and
3233
allows the script to continue executing:
3334

3435
.. literalinclude:: debugging/001.php
3536

36-
**dd()**
37+
dd()
38+
----
3739

3840
This method is identical to ``d()``, except that it also ``dies()`` and no further code is executed this request.
3941

40-
**trace()**
42+
trace()
43+
-------
4144

4245
This provides a backtrace to the current execution point, with Kint's own unique spin:
4346

0 commit comments

Comments
 (0)