Home | History | Annotate | Download | only in debugger

Lines Matching full:debugger

15 #include "chrome/browser/debugger/devtools_remote.h"
34 // Handles V8 debugger-related messages from the remote debugger (like
35 // attach to V8 debugger, detach from V8 debugger, send command to V8 debugger)
36 // and proxies JSON messages from V8 debugger to the remote debugger.
41 // V8 VM debugger are routed back to |delegate|.
45 // Handles a JSON message from the tab_uid-associated V8 debugger.
54 // Detaches the remote debugger from the tab specified by |destination|.
55 // It is public so that we can detach from the tab on the remote debugger
65 // Processes |message| from the remote debugger, where the tool is
67 // asynchronous response from the V8 debugger.
70 // Gets invoked on the remote debugger [socket] connection loss.
71 // Notifies the InspectableTabProxy of the remote debugger detachment.
89 // Attaches a remote debugger to the tab specified by |destination|.
99 // Sends a JSON message with the |response| to the remote debugger.
105 // Redirects a V8 debugger command from |content| to a V8 debugger associated
113 // a V8 debugger associated with the |tab_uid| and writes the result