auxtools icon indicating copy to clipboard operation
auxtools copied to clipboard

Rust library for low-level interfacing with BYOND's virtual machine. Includes a remote debugger for the BYOND DreamMaker language.

Results 16 auxtools issues
Sort by recently updated
recently updated
newest added

Installing these are required on `ubuntu:latest` as of today

(only checked on windows) This is a worry for later :) versions that do succeed: 513.1537 513.1542 514.1586 514.1589

``` /proc/enable_debugging(mode, port) CRASH("auxtools not loaded") /proc/auxtools_stack_trace(msg) CRASH(msg) var/early_init/early_init = new /early_init/New() init_debugger() /proc/init_debugger() var/auxtools_path = world.GetConfig("env", "AUXTOOLS_DEBUG_DLL") if(fexists(auxtools_path)) call(auxtools_path, "auxtools_init")() enable_debugging() /client/verb/stuff() ..() var/database/db = new("mydb.db") var/database/query/q = new("SELECT...

Just as title says, any libraries using auxtools can't call procs that they hook into, but only for linux. If you have proc A, and your program hooks into it,...

Ive tried to find a way to redirect it yet it still cant call libauxmos

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.

atm it can result in weird stuff such as populate_procs being called multiple times

atm if you attach (not launch) and then disconnected, the server will spam debug output every time it hits the old breakpoints