spawn()
, but there's no way to tell what something is.Example:
There's no way to differentiate what the four different "/world/New" entries are.
Similarly, runtime errors only give the file name, not the path. Having the full path available would help in large projects where there may be many files with similar names, or just in helping locate where the file actually is if the folder tree is deep enough.
[10:47:35] thingy.dm,123: Undefined variable /obj/item/pootis proc name: load (/doodad/thing/proc/load) source file: thingy.dm,123 usr: null src: /doodad (/doodad) ...
A complicating factor to this request is the fact that a proc's first instructions in debug mode might not be the file and line info, but instead setting default arguments. That makes the change non-trivial.