ID:1579249
 
Applies to:Dream Daemon
Status: Open

Issue hasn't been assigned a status value.
When it comes to debugging things, linux takes the gold. You can start DD with -trace for actual byond bugs, or kill your process with sigusr2 to get a proc call trace. I'm just assuming here but the windows version of the daemon probably generates this 'stack trace' in the same way the linux counterpart does but windows has no way of accessing it due to not listening for sigint calls.

What if you gave the profiler, or the daemon itself a button to output the sigusr2 proc call trace/list/whatever you want to call it to a file for debugging purposes.