Debugger pretty printer for MSVC.#464
Open
MarekKnapek wants to merge 2 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #464 +/- ##
========================================
Coverage 96.12% 96.12%
========================================
Files 87 87
Lines 7566 7566
Branches 2739 2739
========================================
Hits 7273 7273
Misses 44 44
Partials 249 249 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Member
|
Hi, thank you for continuing to work on this. How does someone use this? I assume it's different than the current registration instructions found in the doc: https://github.com/cppalliance/int128/blob/develop/doc/modules/ROOT/pages/printer.adoc. Could you also post a screenshot of what the values look like in your debugger so I can drop that in the doc update as well? |
Add separate dec and hex views.
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Fix for #463.