Skip to content

project-arcana/arcana-pretty-printer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arcana Pretty Printer

Collection of debug pretty printer for arcana libraries

QtCreator

In QtCreator > Tools > Options > Debugger > Locals & Expressions > Extra Debugging Helpers

Enter path to qtcreator/printers.py

Implementation Notes

Based on Qt Debugging Helpers

Note: "raw" gdb pretty printer don't work or at least not well with qtcreator, thus a separate implementation

The Qt debugger python api can be a bit obscure, but these resources helper:

TODO

There seems to be (undocumented) support for plot and image data

GDB

Example ~/.gdbinit:

python
import sys
sys.path.insert(0, '/path/to/arcana-pretty-printer/')
from arcana.printers import register_arcana_printers
register_arcana_printers()
end

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages