|
@ -272,8 +272,9 @@ Qt5Widgets.dll |
|
|
These steps are only needed for debug builds: |
|
|
These steps are only needed for debug builds: |
|
|
* build minetest with --debug option |
|
|
* build minetest with --debug option |
|
|
* cd to linux-minetest-kit/minetest/bin directory |
|
|
* cd to linux-minetest-kit/minetest/bin directory |
|
|
* type: |
|
|
* type (you must put ./ before minetest to ensure that gdb will use your |
|
|
`gdb minetest` |
|
|
debug build instead of a version your system path): |
|
|
|
|
|
`gdb ./minetest` |
|
|
* After the symbols finish loading, complete the following within gdb: |
|
|
* After the symbols finish loading, complete the following within gdb: |
|
|
`run` |
|
|
`run` |
|
|
* If the program terminates, gdb will tell you what debug symbol |
|
|
* If the program terminates, gdb will tell you what debug symbol |
|
|