Re: [question] How to output logs
Andrew Burgess via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
hilbert via Gdb <[email protected]> writes: > Can log information be output like other projects? I don't see the relevant parameters. > This will make it easier to read the source code. > I don't see the relevant configuration options. Maybe the 'set debug ....' options are what you're looking for? These are all mentioned in the manual, but they are mostly scattered throughout and don't have a section of their own. You can use 'set logging file ....' and 'set logging enabled on' to have GDB record its output to a logfile if that helps too. Thanks, Andrew