From 09f4d5e9ff4097553cd54c1e52c7673ef8b1aad4 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Tue, 18 Nov 2014 15:05:05 -0800 Subject: [PATCH] Wire up more of the DebuggerAgent The debugger can now correctly break on exceptions and show the corresponding line in the inspector. It correctly understands which scripts are internal to sky and does not pause during them. There is still a ton to make work here (including stacktraces which I have not tested), but basic functionality seems to work. The current implementation is not smart enough to unpause the inspector when the frontend disconnects. BUG=434510,434513 R=abarth@chromium.org Review URL: https://codereview.chromium.org/727593004 --- .../flutter/tests/inspector/page-agent-get-resource-expected.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 engine/src/flutter/tests/inspector/page-agent-get-resource-expected.txt diff --git a/engine/src/flutter/tests/inspector/page-agent-get-resource-expected.txt b/engine/src/flutter/tests/inspector/page-agent-get-resource-expected.txt new file mode 100644 index 0000000000..f96104a940 --- /dev/null +++ b/engine/src/flutter/tests/inspector/page-agent-get-resource-expected.txt @@ -0,0 +1 @@ +Got message!