Skip to content

Commit 2f3d272

Browse files
authored
Merge pull request #2 from mathiastj/patch-3
minor tweaks from @vsemozhetbyt
2 parents 91fe56d + aa7d6ad commit 2f3d272

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

BUILDING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -280,16 +280,16 @@ When using the debug binary, core dumps will be generated in case of crashes.
280280
These core dumps are useful for debugging when provided with the
281281
corresponding original debug binary and system information.
282282

283-
Reading the core dump requires gdb built on the same platform core dump was
284-
captured on(i.e. 64bit gdb for node built on a 64bit system, Linux gdb
285-
for node built on Linux) otherwise you will get errors like
286-
"not in executable format: File format not recognized".
283+
Reading the core dump requires `gdb` built on the same platform the core dump
284+
was captured on (i.e. 64 bit `gdb` for `node` built on a 64 bit system, Linux
285+
`gdb` for `node` built on Linux) otherwise you will get errors like
286+
`not in executable format: File format not recognized`.
287287

288288
Example of generating a backtrace from the core dump:
289289

290290
``` console
291-
gdb /opt/node-debug/node core.node.8.1535359906
292-
backtrace
291+
$ gdb /opt/node-debug/node core.node.8.1535359906
292+
$ backtrace
293293
```
294294

295295
### Windows

0 commit comments

Comments
 (0)