lukaswuerzburger/table-print

Limit length of value column

Opened this issue · 1 comments

There is no limitation of the length of the value. If the value is too long for the debugger window. It breaks the whole table.

5sw commented

#11 should fix this. Sadly I couldn’t find a way to auto-detect the width of the debug window. With LLDB attached the TIOCGWINSZ ioctl always returns a width/height of 0.