Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(958)

Unified Diff: test/inspector/debugger/wasm-get-breakable-locations-expected.txt

Issue 2532433003: [inspector] Split V8DebuggerScript implementation for wasm (Closed)
Patch Set: Minor refactoring Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/inspector/debugger/wasm-get-breakable-locations-expected.txt
diff --git a/test/inspector/debugger/wasm-get-breakable-locations-expected.txt b/test/inspector/debugger/wasm-get-breakable-locations-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..89deb6e8040eb969b6601890a9c44dced2499079
--- /dev/null
+++ b/test/inspector/debugger/wasm-get-breakable-locations-expected.txt
@@ -0,0 +1,21 @@
+Running testFunction...
+Script nr 0 parsed. URL:
+Script nr 1 parsed. URL:
+Script nr 2 parsed. URL: wasm://wasm/wasm-f6f6230e/wasm-f6f6230e-1
+This is a wasm script. Requesting breakable locations.
+Script nr 3 parsed. URL: wasm://wasm/wasm-f6f6230e/wasm-f6f6230e-2
+This is a wasm script. Requesting breakable locations.
+{
+ error : {
+ code : -32603
+ message : Internal error
+ }
+ id : <messageId>
+}
+{
+ error : {
+ code : -32603
+ message : Internal error
+ }
+ id : <messageId>
+}

Powered by Google App Engine
This is Rietveld 408576698