Jaffe2718 / Command-Debug-DevKit

This project is written for debugging Minecraft command.
https://modrinth.com/mod/command-debug-service/
MIT License
13 stars 1 forks source link

Consider provide breakpoint debug? #19

Open Alumopper opened 4 months ago

Alumopper commented 4 months ago

There was a fabric mod and a corresponding VSCode extension that can provide breakpoint debug, but it has not update for over 3 years.
And I noticed that this project uses a fabric mod for its functionality. Is there a possibility of adding breakpoint debugging functionality?

Jaffe2718 commented 2 months ago

This feature is indeed very valuable, but it should be very difficult to implement, as the IDEA plugin development tutorials I've found so far have few tutorials on running configuration and debugging