An open-source x64/x32 debugger for windows.
-
Updated
Dec 16, 2020 - C++
Add a description, image, and links to the x64 topic page so that developers can more easily learn about it.
To associate your repository with the x64 topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
There is no way to pretty print a
simdjson::dom::elementto a string (or at least I did not find one). There is only a way to minify it to a string (or a stream).Describe the solution you'd like
A function like
to_pretty_string()or a configurable stream manipulatorprettyor a stand-alone classPrettyPrinter. Wha