Update startup-testing-debugging.md

This commit is contained in:
Josh Ramer 2024-05-06 00:43:33 -05:00 committed by GitHub
parent bef69c3a02
commit 194b0b8a11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.