MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

Architectury Mixin breakpoints do not hit

Open SuperKnux opened this issue 1 month ago • 0 comments

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:

  1. Create an Architectury project (can have a source of Fabric, Forge or both, I'm testing with Fabric right now.)
  2. Create a mixin that mixes into something. Can be a simple System.out.println.
  3. Create a method or line breakpoint anywhere in the mixin.
  4. 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.

SuperKnux avatar Nov 01 '25 01:11 SuperKnux