Folder/File debugging in Feature Requests
|
|
|
|
| Status: |
Open
Issue hasn't been assigned a status value.
|
|
|
Would it be possible to have some more specific debugging for runtime errors? For example, say I have two files:
base_game/+declaration.dm
players/+declaration.dm
..and I get an error in some proc in players/+declaration.dm, would it be possible for the runtime error to say "runtime error: foo at line 97 in players/+declaration.dm" (as opposed to just +declaration.dm)? It looks like this is possible since the .dme keeps track of all of the files, but I don't know if it's possible to tell them things related to their folders, too.
|