docs: debugging: Fix path to dlist.c

This file has now long being moved to another directory.

Signed-off-by: Corentin Noël <corentin.noel@collabora.com>
Reviewed-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20474>
This commit is contained in:
Corentin Noël
2023-01-02 12:41:50 +01:00
committed by Marge Bot
parent 9112fe3c76
commit 9d9f8a4812

View File

@@ -14,4 +14,4 @@ In your debugger you can set a breakpoint in ``_mesa_error()`` to trap
Mesa errors.
There is a display list printing/debugging facility. See the end of
``src/dlist.c`` for details.
``src/mesa/main/dlist.c`` for details.