willox / auxtools

Rust library for low-level interfacing with BYOND's virtual machine. Includes a remote debugger for the BYOND DreamMaker language.
MIT License
27 stars 32 forks source link

Feature Request: Reference tracking #43

Open ZeWaka opened 3 years ago

ZeWaka commented 3 years ago

Extools had an ability to get forwards and backward references to an object, for debugging hard Dels.

It would be wonderful if auxtools had this same functionality.

willox commented 3 years ago

The issues with this in extools were:

Fixing the latter is hard or impossible