리눅스에서 컴파일

    [Linux]리눅스에서 컴파일 후 디버깅 하기

    리눅스에서 컴파일 후 디버깅 하는 방법을 다뤘습니다. https://linuxize.com/post/how-to-install-gcc-compiler-on-ubuntu-18-04/ https://u.osu.edu/cstutorials/2018/09/28/how-to-debug-c-program-using-gdb-in-6-simple-steps/ How to Debug C Program using gdb in 6 Simple Steps This Tutorial is taken from here In this article, let us discuss how to debug a c program using gdb debugger in 6 simple steps. Write a sample C program ..