Updated Debugging segfaults and hard to decipher pybind11 bugs (markdown)

Eric Cousineau 2021-03-04 17:09:45 -05:00
parent 20cf48052d
commit e30e847a3d
1 changed files with 7 additions and 1 deletions

@ -114,3 +114,9 @@ Program received signal SIGSEGV, Segmentation fault.
160 *value = 0xbadf00d; 160 *value = 0xbadf00d;
(gdb) (gdb)
``` ```
## GDB on C++ Programs with an Embedded Interpreter
Sometimes, it may be easier to test a program with an embedded interpreter.
TODO(eric): Add an exampel.