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

Ungrab does not trigger when a breakpoint condition has an error until after the dialouge has been dismissed #2314

Open
ChiefArug opened this issue Jun 19, 2024 · 1 comment

Comments

@ChiefArug
Copy link

Minecraft Development for IntelliJ plugin version

2024.1-1.7.6

IntelliJ version

2024.1

Operating System

Linux Mint

Target platform

Minecraft Forge

Description of the bug

If a breakpoint condition fails to evaluate, IntelliJ will stop at the breakpoint and open a dialouge asking if you would like to stop on the breakpoint or continue. However this dialouge seems to appear before the mouse is ungrabbed from Minecraft by the MCDev plugin, meaning you cannot click the buttons (however tab and alt y/n work, although those do not allow you to scroll and see the entire box if the error is length)

image
An easy way to get this error to happen is to add a new event listener, save the event to a variable, add a condition like newVariable != null, then change the variable name.

@DenWav
Copy link
Member

DenWav commented Jun 19, 2024

Hmm I wonder if there's a different listener we need to attach to for this situation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants