GDB Log File Location

Hi, I am new to GDB. I used the command "set logging on". It creates the default file "gdb.txt" to store the output. However, I can not find the file and see the data. Could you tell me where the file is located?

+4
source share
1 answer

In the current working directory. Try the pwd on the command line (gdb) .

+6
source

Source: https://habr.com/ru/post/1338278/


All Articles