Home | History | Annotate | Download | only in debugger

Lines Matching full:debugger

8 #include "chrome/browser/debugger/debugger_remote_service.h"
15 #include "chrome/browser/debugger/devtools_manager.h"
16 #include "chrome/browser/debugger/devtools_protocol_handler.h"
17 #include "chrome/browser/debugger/devtools_remote_message.h"
18 #include "chrome/browser/debugger/inspectable_tab_proxy.h"
53 // is ready off-hand (synchronously), it is sent back to the remote debugger.
55 // V8 debugger via DevToolsClientHost.
117 // Sends a JSON response to the remote debugger using |response| as content,
151 // a message from the V8 VM debugger corresponding to |tab_id| is received.
153 // to the remote debugger.
172 // Sends the corresponding message to the remote debugger.
184 // Sends the corresponding message to the remote debugger.
192 // Attaches a remote debugger to the target tab specified by |destination|
194 // to the remote debugger immediately.
200 // Bad tab_uid received from remote debugger (perhaps NaN)
236 // Detaches a remote debugger from the target tab specified by |destination|
238 // to the remote debugger immediately.
244 // Bad tab_uid received from remote debugger (NaN)
265 // Sends a V8 debugger command to the target tab V8 debugger.
273 // Invalid tab_uid from remote debugger (perhaps NaN)
284 // Unknown tab_uid from remote debugger
302 // the V8 debugger asynchronously.
306 // Sends the immediate "evaluate Javascript" command to the V8 debugger.
308 // is in fact needed to invoke processing of queued debugger commands.
314 // Invalid tab_uid from remote debugger (perhaps NaN)
320 // Unknown tab_uid from remote debugger