Skip to content

Commit 8358918

Browse files
sideshowbarkerstwrt
authored andcommitted
Remove mentions of debug-test-runner, debug-minibrowser, and debug-safari scripts
These scripts don’t actually work, and nobody seems to be using them, and they’ve not been touched in more than 6 years. https://bugs.webkit.org/show_bug.cgi?id=268958
1 parent 2b11b64 commit 8358918

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/Build & Debug/DebuggingOnTheCommandLine.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@ sys.path.insert(0, "{Path to WebKit}/Tools/gdb/")
2727
import webkit
2828
```
2929

30-
## Debug Launch Scripts
31-
32-
WebKit comes with several helper scripts to make launching a debug session quicker.
33-
34-
| Script | Description |
35-
| ------ | ----------- |
36-
| debug-minibrowser | Debug the Minibrowser application |
37-
| debug-safari | Debug the Safari browser |
38-
| debug-test-runner | Debug WebKitTestRunner |
39-
4030
## Manually Debugging WebKit
4131

4232
The helper scripts above provide an easy way to start debugging, but a user can choose to manually launch WebKit

0 commit comments

Comments
 (0)