You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #48 we discussed that the documentation files did not have
a very consistent naming scheme. Some were using "_", "-", or " ".
This commit converts them to one consistent style.
Copy file name to clipboardExpand all lines: docs/Build & Debug/DebuggingWithXcode.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ You can use Xcode to build & debug WebKit. Open `WebKit.xcworkspace` at the top
5
5
In order to make Xcode use build files built by `make` command above,
6
6
go to File > Workspace Settings... > Advanced... > Custom > Relative to Workspace
7
7
and adjust the relative paths of Products and Intermediates to point to `WebKitBuild` directory.
8
-

9
-

8
+

9
+

10
10
Note that debugging WebCore code typically requires attaching to the relevant WebContent process,
11
11
not the application process, which is mostly running code in [Source/WebKit/UIProcess](https://github.com/WebKit/WebKit/tree/main/Source/WebKit/UIProcess).
12
12
Depending on what you’re debugging, you’d have to attach & debug different processes in the coalition.
0 commit comments