eigengdb icon indicating copy to clipboard operation
eigengdb copied to clipboard

GDB pretty printers for eigen types

Results 3 eigengdb issues
Sort by recently updated
recently updated
newest added

I have found this helpful. Not sure if it's a good default though. But I'm putting it here as draft PR for visiblity.

In more recent versions of Python, these two strings should be raw strings, otherwise Python will emit a Syntax Warning every time gdb is started: https://github.com/dmillard/eigengdb/blob/c741edef3f07f33429056eff48d79a62733ed494/eigengdb/__init__.py#L89 https://github.com/dmillard/eigengdb/blob/c741edef3f07f33429056eff48d79a62733ed494/eigengdb/__init__.py#L184 Easy fix: just...

The code contains several regex `\` to extract the template parameters. Escaping the symbol `