From 194b0b8a1193d915d64cac9e7dd2ba72d8569af8 Mon Sep 17 00:00:00 2001 From: Josh Ramer Date: Mon, 6 May 2024 00:43:33 -0500 Subject: [PATCH] Update startup-testing-debugging.md --- docs/startup-testing-debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/startup-testing-debugging.md b/docs/startup-testing-debugging.md index ffb0c8894..032f06c4e 100644 --- a/docs/startup-testing-debugging.md +++ b/docs/startup-testing-debugging.md @@ -36,7 +36,7 @@ The first issue I was assigned to was pointing me in the direction of CUDA relat >>> i stack ``` -## How to debug the infill application? +## Debugging tricks? After you narrow down where the problem is you might want to step through some program execution. That looks similar to what we did above, but there are some tricks that can make it easier. ```bash # GDB can save your breakpoints to a file & source them later so that you can revisit a debugging session.