-
-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can dbg print all elements in container #137
Comments
I think that is currently not possible. We could potentially add a helper function to do this(?). Similar to what we do for |
If I changed the function in dbg.h to below
the below output will be more clear
How to integrate this to dbg-macro(I am not familiar with c++ template) |
maybe use this output format to the default fotmat to container is better |
if i dbg an container, it only show some elements, such as
other elements only show
...
Can I print all elements, I want to check every elements.
The text was updated successfully, but these errors were encountered: