0 Forks
1 Stars
1 Watchers

C-Debugging

Guide for SER 334 students in using GDB and AddressSanitizer

How to download and setup C-Debugging

Open terminal and run command
git clone https://github.com/hkcountryman/C-Debugging.git
git clone is used to create a copy or clone of C-Debugging repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with C-Debugging https://github.com/hkcountryman/C-Debugging/archive/master.zip

Or simply clone C-Debugging with SSH
[email protected]:hkcountryman/C-Debugging.git

If you have some problems with C-Debugging

You may open issue on C-Debugging support forum (system) here: https://github.com/hkcountryman/C-Debugging/issues