-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEBUG-2334 Split debugger snapshot tests
- Loading branch information
Showing
7 changed files
with
107 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[ | ||
{ | ||
"language": "", | ||
"type": "", | ||
"id": "log170aa-acda-4453-9111-1478a697line", | ||
"where": { | ||
"typeName": null, | ||
"sourceFile": "ACTUAL_SOURCE_FILE", | ||
"lines": [ | ||
"20" | ||
] | ||
} | ||
} | ||
|
||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[ | ||
{ | ||
"language": "", | ||
"type": "", | ||
"id": "log170aa-acda-4453-9111-1478a6method", | ||
"where": { | ||
"typeName": "ACTUAL_TYPE_NAME", | ||
"methodName": "LogProbe", | ||
"sourceFile": null | ||
}, | ||
"evaluateAt": "EXIT" | ||
} | ||
] |
File renamed without changes.
12 changes: 0 additions & 12 deletions
12
.../debugger/probes/probe_snapshot_line.json → .../probe_snapshot_span_decoration_line.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
...ebugger/probes/probe_snapshot_method.json → ...robe_snapshot_span_decoration_method.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[ | ||
{ | ||
"language": "", | ||
"type": "", | ||
"id": "span70aa-acda-4453-9111-1478a6method", | ||
"where": { | ||
"typeName": "ACTUAL_TYPE_NAME", | ||
"methodName": "SpanProbe", | ||
"sourceFile": null | ||
}, | ||
"evaluateAt": "EXIT" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters