Skip to content

Commit 1de2f73

Browse files
committed
Add references title
1 parent 3429e66 commit 1de2f73

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

resources/docs/dev/dx-notes/debugging.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ With pre-configured logging, debugging and profiling tools, you can easily debug
99
- [🔸 Inline Logging](#-inline-logging)
1010
- [🔸 Mail Capturing](#-mail-capturing)
1111
- [🔸 Xhprof](#-xhprof)
12-
13-
<a name="buggregator"></a>
12+
- [🔸 References](#-references)
1413

1514
## 🔸 Buggregator
1615

@@ -46,3 +45,8 @@ $profiler->start();
4645

4746
$profiler->end();
4847
```
48+
49+
## 🔸 References
50+
51+
- [Buggregator](https://buggregator.dev/), [docs](https://docs.buggregator.dev/)
52+
- [Xhprof](https://www.php.net/manual/en/book.xhprof.php)

0 commit comments

Comments
 (0)