Skip to content

Commit

Permalink
Update gdb.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Dec 30, 2024
1 parent 4ba0ceb commit fc7d108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cheat Sheets/Languages/gdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Loading an existing core file

Ensure a crashing application creates a core dump

ulimit -c unlimited
ulimit -c unlimited

Now run your application and a `core` file in the current directory should be created.

Expand Down

0 comments on commit fc7d108

Please sign in to comment.