-
-
Notifications
You must be signed in to change notification settings - Fork 253
Expand file tree
/
Copy pathstack--success.json
More file actions
27 lines (27 loc) · 903 Bytes
/
stack--success.json
File metadata and controls
27 lines (27 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"schema": "xcodebuildmcp.output.debug-stack-result",
"schemaVersion": "1",
"didError": false,
"error": null,
"data": {
"threads": [
{
"threadId": "<THREAD_ID>",
"name": "Thread 1",
"truncated": true,
"frames": [
{
"index": "<N>",
"symbol": "static CalculatorApp.$main()",
"displayLocation": "<HOME>/Library/Developer/CoreSimulator/Devices/<UUID>/data/Containers/Bundle/Application/<UUID>/CalculatorApp.app/CalculatorApp.debug.dylib`static CalculatorApp.CalculatorApp.$main() -> ():<OFFSET>"
},
{
"index": "<N>",
"symbol": "main",
"displayLocation": "<HOME>/Library/Developer/CoreSimulator/Devices/<UUID>/data/Containers/Bundle/Application/<UUID>/CalculatorApp.app/CalculatorApp.debug.dylib`main:<OFFSET>"
}
]
}
]
}
}