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

Pointers aren't supported #91

Open ninjanomnom opened 3 weeks ago

ninjanomnom commented 3 weeks ago

When the debugger hits lines using pointers it loses track of the offset until a new proc is reached.

https://www.byond.com/docs/ref/#/operator/&/pointer