Master-Bw3 / HexDebug

Hex Casting addon that runs a debug server using the Debug Adapter Protocol.

Home Page:https://hexdebug.hexxy.media/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HexDebug

powered by hexdoc

CurseForge | Modrinth

A Hex Casting addon that runs a debug server using the Debug Adapter Protocol, allowing you to use real debugging tools like VSCode to find bugs in your hexes.

YouTube video thumbnail: HexDebug Mod Showcase

Features

  • Debugging: Step through your hexes pattern-by-pattern with vscode-hex-casting or any other DAP-compatible editor!
  • Step Modes: Use any of the well-known step modes (step in/out/over, continue, restart, stop) with the ingame item and/or through VSCode.
  • Variables: See the stack, ravenmind, and even some internal values like the evaluated pattern count.
  • Call Stack: Debug complex meta-evaluating hexes with the call stack, generated from the next continuation to be executed. Learn how Hex Casting's internals work!
  • Breakpoints: Set breakpoints on specific patterns, or use the Uncaught Mishaps option to pause the debugger when a mishap occurs and see what went wrong.
  • Multiplayer: Debug your hexes in multiplayer! The debug client connects to a port opened by the game client (configurable, defaults to 4444), and each player can have up to one active debugger instance at a time.

Attribution

TODOs

  • Allow debug client to fetch sources after termination (ie. for exceptions).
  • Add a cool sound effect!
  • Implement the Splicing Table.
  • Add configs:
    • Disable opening local port
    • Disable smart shift-scroll for debugger when not debugging

About

Hex Casting addon that runs a debug server using the Debug Adapter Protocol.

https://hexdebug.hexxy.media/

License:MIT License


Languages

Language:Kotlin 93.1%Language:Java 6.9%