-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Labels
Description
Minecraft Development for IntelliJ plugin version
2025.2-1.8.6-591
IntelliJ version
#IC-252.27397.103
Operating System
Windows
Target platform
Architectury, Mixins, Fabric, Minecraft Forge
Description of the bug
How to Reproduce:
- Create an Architectury project (can have a source of Fabric, Forge or both, I'm testing with Fabric right now.)
- Create a mixin that mixes into something. Can be a simple System.out.println.
- Create a method or line breakpoint anywhere in the mixin.
- Launch a debug of the project and hit the method that the mixin mixes into.
Expected result: The game stops on the mixin's breakpoint.
What happens: Nothing.