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

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

Issue 2532433003: [inspector] Split V8DebuggerScript implementation for wasm (Closed)
Patch Set: Refactor a bit 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..9d30859648882543e01b792b2c526401e8ac6942
--- /dev/null
+++ b/test/inspector/debugger/wasm-get-breakable-locations-expected.txt
@@ -0,0 +1,12 @@
+Running testFunction...
+Script nr 0 parsed. URL:
+Script nr 1 parsed. URL:
+Script nr 2 parsed. URL: wasm://wasm/wasm-f97d2e2a/wasm-f97d2e2a-1
+This is a wasm script. Requesting breakable locations.
+{
+ error : {
+ code : -32603
+ message : Internal error
+ }
+ id : <messageId>
+}

Powered by Google App Engine
This is Rietveld 408576698