Skip to content
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

Use IM_ASSERT instead of assert.h directly #139

Closed
serivesmejia opened this issue Dec 27, 2021 · 0 comments
Closed

Use IM_ASSERT instead of assert.h directly #139

serivesmejia opened this issue Dec 27, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@serivesmejia
Copy link

serivesmejia commented Dec 27, 2021

ImGui assertion callbacks were recently added to the imgui-java binding (SpaiR/imgui-java#100) to make debugging easier. However, this callback doesn't get triggered with imnodes assertion errors, a quick glance over the source code reveals that imnodes is using assert.h directly instead of using the IM_ASSERT macro which is configurable, is there any possibility of making this change so debugging becomes easier in java and possibly other wrappers? Thanks!

@Nelarius Nelarius added enhancement New feature or request good first issue Good for newcomers labels Mar 12, 2022
@Nelarius Nelarius added this to the 0.6 milestone Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants