Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winseros/qt6rendererintlj
CLion plugin for pretty-printing Qt types.
https://github.com/winseros/qt6rendererintlj
clion-plugin gdb intellij-plugin lldb pretty-printing qt qt6
Last synced: 3 months ago
JSON representation
CLion plugin for pretty-printing Qt types.
- Host: GitHub
- URL: https://github.com/winseros/qt6rendererintlj
- Owner: winseros
- License: gpl-3.0
- Created: 2024-08-01T06:45:28.000Z (5 months ago)
- Default Branch: develop
- Last Pushed: 2024-08-30T07:11:56.000Z (4 months ago)
- Last Synced: 2024-09-29T07:41:38.217Z (3 months ago)
- Topics: clion-plugin, gdb, intellij-plugin, lldb, pretty-printing, qt, qt6
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/19882-qt6-renderer
- Size: 282 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# QT6 Renderer Intellij Plugin
The plugin for pretty printing [Qt][qt] types by [CLion][clion] and other compatible Intellij IDEs.
> [!NOTE]
> The plugin wraps [Qt6Renderer][qt6renderer]. Bring up any problems there.## Qt versions support
* 6.xSee the note about some problems with 6.4.2 and below.
## Qt types support
* [See here for gdb][qt6renderer_files_gdb]
* [See here for lldb][qt6renderer_files_lldb]You can use the [example project][qt6renderer_exmpl] for testsing.
## Debuggers support
* LLDB
* GDB## Operating systems tested on
* Windows
* Bundled LLDB 9
* Bundled GDB 13
* Linux
* Bundled LLDB 13
* Bundled GDB 13## Architectures tested on
* x64## Requirements
See at the [Qt6Renderer](https://github.com/winseros/Qt6Renderer?tab=readme-ov-file#requirements).
## Troubleshooting
See at the [Qt6Renderer](https://github.com/winseros/Qt6Renderer?tab=readme-ov-file#troubleshooting).
[qt]: https://www.qt.io/
[clion]: https://www.jetbrains.com/clion/
[gdb]: https://sourceware.org/gdb/
[lldb]: https://lldb.llvm.org/
[qt6renderer]: https://github.com/winseros/Qt6Renderer
[qt6renderer_files_gdb]: https://github.com/winseros/Qt6Renderer/tree/master/python/gdb/qt6renderer
[qt6renderer_files_lldb]: https://github.com/winseros/Qt6Renderer/tree/master/python/lldb/qt6renderer
[qt6renderer_exmpl]: https://github.com/winseros/Qt6RendererExmpl
[qt6renderer_intlj]: https://github.com/winseros/Qt6RendererIntlj
[qt6renderer_vsc]: https://github.com/winseros/Qt6RendererVscj