From 54da71f2e70899490fd3d3c89af83a117474e9eb Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 21 Jul 2026 08:25:00 +0200 Subject: ide: improve gdb config file --- .gdbinit | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gdbinit b/.gdbinit index fd92c735..1c9a0384 100644 --- a/.gdbinit +++ b/.gdbinit @@ -1 +1,10 @@ -skip -rfu Catch \ No newline at end of file +# This file is only loaded if the path to this repository is added to the +# autoload safe path. For example, add something like the following to your +# users central gdb configuration: +# +# add-auto-load-safe-path /path/to/the/project +# + +skip -rfu ^Catch:: +skip -rfu .*operator.*""_catch_sr.* +skip -gfi */catch2/* \ No newline at end of file -- cgit v1.2.3