Changes between Version 93 and Version 94 of BuildingCairoOnWindows


Ignore:
Timestamp:
Apr 4, 2023 6:30:52 PM (15 months ago)
Author:
Fujii Hironori
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v93 v94  
    116116WebCore is using `LOG`. It outputs logs through `stderr` and `OutputDebugString` on Windows.
    117117
    118 Console applications such like jsc.exe and UI process of WebKitTestRunner, can use `stderr`.
    119 GUI applications (MiniBrowser.exe) and child processes can't use `stderr`.
     118Console applications (jsc.exe and WebKitTestRunner) can use `stderr`.
     119GUI applications (MiniBrowser.exe) can't use `stderr`.
    120120You have to attach a debugger to see the message of `OutputDebugString`.
    121121You should use [https://trac.webkit.org/wiki/Debugging%20With%20Visual%20Studio#DebuggingMultipleProcesses Child Process Debugging Power Tool] to get messages of child processes.