Add ~/.gdbinit config #1

Closed
opened 2018-10-18 19:39:51 +00:00 by benie · 0 comments
Owner

From CppCon 2018: Greg Law “Debugging Linux C++”

set history save on
set print pretty on
set pagination off
set config off
From [CppCon 2018: Greg Law “Debugging Linux C++”](https://www.youtube.com/watch?v=V1t6faOKjuQ&t=908s) ```text set history save on set print pretty on set pagination off set config off ```
benie closed this issue 2018-10-25 21:07:18 +00:00
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: config/terminal#1
No description provided.