mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-31 19:00:35 +08:00
Fix truncated instructions for printers.py
... as noted by kp0987 on forum
This commit is contained in:
parent
5b71d44e18
commit
9d6fdbced7
@ -31,9 +31,15 @@
|
||||
|
||||
# To use it:
|
||||
#
|
||||
# * create a directory and put the file as well as an empty __init__.py in that directory
|
||||
# * Create a directory and put the file as well as an empty __init__.py in
|
||||
# that directory.
|
||||
# * Create a ~/.gdbinit file, that contains the following:
|
||||
|
||||
# python
|
||||
# import sys
|
||||
# sys.path.insert(0, '/path/to/eigen/printer/directory')
|
||||
# from printers import register_eigen_printers
|
||||
# register_eigen_printers (None)
|
||||
# end
|
||||
|
||||
import gdb
|
||||
import re
|
||||
|
Loading…
x
Reference in New Issue
Block a user