Changes between Version 93 and Version 94 of BuildingCairoOnWindows
- Timestamp:
- Apr 4, 2023, 6:30:52 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingCairoOnWindows
v93 v94 116 116 WebCore is using `LOG`. It outputs logs through `stderr` and `OutputDebugString` on Windows. 117 117 118 Console applications such like jsc.exe and UI process of WebKitTestRunner,can use `stderr`.119 GUI applications (MiniBrowser.exe) and child processescan't use `stderr`.118 Console applications (jsc.exe and WebKitTestRunner) can use `stderr`. 119 GUI applications (MiniBrowser.exe) can't use `stderr`. 120 120 You have to attach a debugger to see the message of `OutputDebugString`. 121 121 You should use [https://trac.webkit.org/wiki/Debugging%20With%20Visual%20Studio#DebuggingMultipleProcesses Child Process Debugging Power Tool] to get messages of child processes.