ID:1640431
 
BYOND Version:506
Operating System:Windows 7 Home Basic 64-bit
Web Browser:Chrome 34.0.1847.131
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
Not sure if this is intended but i spent hours trying to get the damn profiler on my VPS when I noticed; packaging files with debug mode activated re-compiles with debug disabled

Turn debug mode on, package files:

Code Snippet (if applicable) to Reproduce Problem:


Dmb has debug mode activated:

does not:

Does the problem occur:
all the time unless
yes
unless im hosting myself from the src
yes

unless im hosting myself from the src

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)

Manually get the Dmb,rsc,int and any other included files:

To get the debugger/host privileges on a non-local world you have to create a folder called "debug" with a file named "admin.txt". the contents of the file should be:

yourkey role=root


client.authenticate must not be disabled.