Debug or DebugWriteInput path for MacOs

I have seen we should use absolute paths for Debug and DebugWriteInput files. In MacOs, those look like this:

Debug "ON" "/Volumes/Transitorium/tmp/debug.out"

Debug "ON" "/Users/bill/Documents/debug.out"

It doesn’t matter what I enter, I do not get a log file.

Same issue with DebugWriteInput:

DebugWriteInput "/Volumes/Transitorium/tmp/debug-input.out"

DebugWriteInput "/Users/bill/Documents/debug-input.out"

What format should we be using on MacOS?

Thanks,

Bill

I’m not sure if the issue you're encountering is the same as mine. Since the "Developing Tag Sources" manual is somewhat ambiguous, I’d like to share my solution with you.

Simply put, you need to write it as shown below. There should be no syntax errors, and it must successfully connect to a valid, reachable location:

[ParserScriptIndex]=...

debug "on" "debug.txt"
DebugWriteInput "debug-input_Index.out" ...