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?
In the current working directory. Try the pwd on the command line (gdb) .
pwd
(gdb)
Source: https://habr.com/ru/post/1338278/More articles:How to show DOS output when using vbscript Exec - command-lineNeed help with malloc in C programming. It allocates more space than expected - cSend UDP packet and receive ICMP response from router on C - cJavascript & https - XMLHttpRequest object for relative GET path - is the protocol / port "inherited"? - javascriptDjango caching error .. even if caching is disabled - djangoHow to inject pdb into unsuccessful python scripts? - pythonChange application icon in iOS 4 at run time - iosServer architecture for scalable Facebook game - cachingHow do you directly upgrade ASP.NET MVC1 to MVC3? - asp.net-mvcitextsharp pdfpcell vertical alignment problem - c #All Articles