Home
last modified time | relevance | path

Searched refs:Debugger (Results 1 – 25 of 126) sorted by relevance

123456

/third_party/node/deps/npm/node_modules/node-gyp/test/fixtures/
DVS_2019_BuildTools_minimal.txt1Debugger.Script","Microsoft.VisualStudio.Debugger.Script.Msi","Microsoft.VisualStudio.Debugger.Scr…
DVS_2019_Community_workload.txt1Debugger.JustInTime","Microsoft.VisualStudio.Debugger.ImmersiveActivateHelper.Msi","Microsoft.Visu…
DVS_2019_Preview.txt1Debugger.Script","Microsoft.VisualStudio.Debugger.Script.Msi","Microsoft.VisualStudio.Debugger.Scr…
DVS_2017_BuildTools_minimal.txt1Debugger.Script","Microsoft.VisualStudio.JavaScript.LanguageService","Microsoft.VisualStudio.JavaS…
DVS_2022_Community_workload.txt266 "Microsoft.VisualStudio.Component.Debugger.JustInTime",
267 "Microsoft.VisualStudio.Debugger.ImmersiveActivateHelper.Msi",
268 "Microsoft.VisualStudio.Debugger.JustInTime",
269 "Microsoft.VisualStudio.Debugger.JustInTime.Msi",
367 "Microsoft.VisualStudio.PackageGroup.Debugger.Script",
381 "Microsoft.VisualStudio.PackageGroup.Debugger.Core",
382 "Microsoft.VisualStudio.Debugger.BrokeredServices",
383 "Microsoft.VisualStudio.Debugger.VSCodeDebuggerHost",
384 "Microsoft.VisualStudio.Debugger.AzureAttach",
388 "Microsoft.VisualStudio.PackageGroup.Debugger.TimeTravel.Replay",
[all …]
DVS_2017_Community_workload.txt1Debugger.ImmersiveActivateHelper.Msi","Microsoft.VisualStudio.Debugger.JustInTime","Microsoft.Diag…
DVS_2017_Express.txt1Debugger.Script","Microsoft.VisualStudio.JavaScript.LanguageService","Microsoft.VisualStudio.JavaS…
/third_party/node/deps/v8/src/inspector/
Dv8-debugger-agent-impl.h31 class V8DebuggerAgentImpl : public protocol::Debugger::Backend {
57 std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations)
60 std::unique_ptr<protocol::Debugger::Location>,
62 std::unique_ptr<protocol::Debugger::Location>* actualLocation) override;
69 Response continueToLocation(std::unique_ptr<protocol::Debugger::Location>,
77 std::unique_ptr<protocol::Array<protocol::Debugger::SearchMatch>>*)
80 std::unique_ptr<protocol::Debugger::Location> start,
81 Maybe<protocol::Debugger::Location> end, Maybe<bool> restrictToFunction,
82 std::unique_ptr<protocol::Array<protocol::Debugger::BreakLocation>>*
87 Maybe<protocol::Array<protocol::Debugger::CallFrame>>* optOutCallFrames,
[all …]
Dv8-debugger-agent-impl.cc36 using protocol::Debugger::BreakpointId;
37 using protocol::Debugger::CallFrame;
38 using protocol::Debugger::Scope;
44 protocol::Debugger::SetInstrumentationBreakpoint::InstrumentationEnum;
242 return protocol::Debugger::BreakLocation::TypeEnum::Call; in breakLocationType()
244 return protocol::Debugger::BreakLocation::TypeEnum::Return; in breakLocationType()
246 return protocol::Debugger::BreakLocation::TypeEnum::DebuggerStatement; in breakLocationType()
306 scope->setStartLocation(protocol::Debugger::Location::create() in buildScopes()
313 scope->setEndLocation(protocol::Debugger::Location::create() in buildScopes()
335 Response isValidPosition(protocol::Debugger::ScriptPosition* position) { in isValidPosition()
[all …]
/third_party/openh264/test/build/windowsphone/codec_ut/CodecUTApp/
DApp.xaml.cs39 if (Debugger.IsAttached) in App()
87 if (Debugger.IsAttached) in RootFrame_NavigationFailed()
90 Debugger.Break(); in RootFrame_NavigationFailed()
97 if (Debugger.IsAttached) in Application_UnhandledException()
100 Debugger.Break(); in Application_UnhandledException()
214 if (Debugger.IsAttached) in InitializeLanguage()
216 Debugger.Break(); in InitializeLanguage()
/third_party/openh264/codec/build/windowsphone/all/CodecApp/
DApp.xaml.cs39 if (Debugger.IsAttached) in App()
87 if (Debugger.IsAttached) in RootFrame_NavigationFailed()
90 Debugger.Break(); in RootFrame_NavigationFailed()
97 if (Debugger.IsAttached) in Application_UnhandledException()
100 Debugger.Break(); in Application_UnhandledException()
214 if (Debugger.IsAttached) in InitializeLanguage()
216 Debugger.Break(); in InitializeLanguage()
/third_party/typescript/tests/baselines/reference/
DsourceMapValidationWithComments.sourcemap.txt31 > // Start Debugger Test Code
42 > // End Debugger Test Code
64 >>> // Start Debugger Test Code
70 2 > // Start Debugger Test Code
239 >>> // End Debugger Test Code
244 2 > // End Debugger Test Code
297 > // Start Debugger Test Code
308 > // End Debugger Test Code
DcommentsOnReturnStatement1.types8 // Start Debugger Test Code
13 // End Debugger Test Code
DcommentsOnReturnStatement1.symbols8 // Start Debugger Test Code
12 // End Debugger Test Code
/third_party/node/lib/internal/debugger/
Dinspect_repl.js368 const { Debugger, HeapProfiler, Profiler, Runtime } = inspector;
513 const { scriptSource } = await Debugger.getScriptSource({ scriptId });
599 return PromisePrototypeThen(Debugger.evaluateOnCallFrame({
751 Debugger.setBreakpoint({ location: getCurrentLocation(), condition }),
762 Debugger.setBreakpoint({ location, condition }),
772 Debugger.evaluateOnCallFrame({
816 Debugger.setBreakpoint({ location, condition }),
825 Debugger.setBreakpointByUrl({
859 Debugger.removeBreakpoint({ breakpointId: breakpoint.breakpointId }),
883 Debugger.setPauseOnExceptions({ state }),
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp949 struct SpirvShader::Impl::Debugger : public vk::dbg::ClientEventListener struct in sw::SpirvShader::Impl
954 Debugger(const SpirvShader *shader, const std::shared_ptr<vk::dbg::Context> &ctx);
955 ~Debugger();
1166 class sw::SpirvShader::Impl::Debugger::LocalVariableValue : public vk::dbg::Value
1223 class SpirvShader::Impl::Debugger::State
1270 static State *create(const Debugger *debugger);
1284 const Debugger *const debugger;
1379 State(const Debugger *debugger);
1387 SpirvShader::Impl::Debugger::Debugger(const SpirvShader *shader, const std::shared_ptr<vk::dbg::Con… in Debugger() function in sw::SpirvShader::Impl::Debugger
1393 SpirvShader::Impl::Debugger::~Debugger() in ~Debugger()
[all …]
/third_party/skia/experimental/wasm-skp-debugger/tests/
Dstartup.spec.js19 const surface = Debugger.MakeSWCanvasSurface(document.getElementById('debugger_view'));
29 const player = Debugger.SkpFilePlayer(fileContents);
44 const surface = Debugger.MakeWebGLCanvasSurface(
55 const player = Debugger.SkpFilePlayer(fileContents);
Ddebuggerinit.js3 let Debugger = null; variable
5 if (Debugger) {
11 Debugger = _Debugger;
/third_party/node/doc/api/
Ddebugger.md1 # Debugger chapter
18 < Debugger listening on ws://127.0.0.1:9229/621111f9-ffcb-4e82-b718-48a145fa5db8
22 < Debugger attached.
47 < Debugger listening on ws://127.0.0.1:9229/f1ed133e-7876-495b-83ae-c32c6fc319c2
51 < Debugger attached.
133 < Debugger listening on ws://127.0.0.1:9229/48a5b28a-550c-471b-b5e1-d13dd7165df9
137 < Debugger attached.
160 < Debugger listening on ws://127.0.0.1:9229/ce24daa8-3816-44d4-b8ab-8273c8a66d35
164 < Debugger attached.
242 Debugger listening on ws://127.0.0.1:9229/dc9010dd-f8b8-4ac5-a510-c1a114ec7d29
Dinspector.md72 Debugger listening on ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34
77 Debugger listening on ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a
129 // Debugger.paused
130 // Debugger.resumed
146 The following snippet installs a listener on the [`'Debugger.paused'`][]
151 session.on('Debugger.paused', ({ params }) => {
280 [`'Debugger.paused'`]: https://chromedevtools.github.io/devtools-protocol/v8/Debugger#event-paused
/third_party/vk-gl-cts/external/amber/src/docs/
Ddebugger.md1 # Debugger Testing
33 Debugger tests must be written in AmberScript.
116 // Debugger starts at line 9. Inspect input variables.
162 …cording the parsed debugger script, and extended by the `amber::Engine::Debugger` interface, used …
174 * `amber::Engine::Debugger` implementations will implement the `amber::debug::Thread` interface to …
176 ### `amber::Engine::Debugger`
178 The `amber::Engine::Debugger` interface extends the `amber::debug::Events` interface with a single …
180 The `amber::Engine::Debugger` interface can be obtained from the `amber::Engine` using the `amber::…
182 ### Debugger Execution
184 `amber::Executor::Execute()` drives the `amber::Engine::Debugger`:
[all …]
/third_party/vk-gl-cts/external/amber/src/src/
Dengine.h60 class Debugger : public debug::Events {
62 ~Debugger() override;
128 virtual std::pair<Debugger*, Result> GetDebugger(VirtualFileStore*) = 0;
Dengine.cc54 Engine::Debugger::~Debugger() = default;
/third_party/node/test/sequential/
Dtest-watch-mode-inspect.mjs62 // Message about Debugger should appear once per restart.
65 assert.ok(stderr.match(/Debugger listening on ws:\/\//g).length >= restarts);
89 // Message about Debugger should only appear once in inner process.
90 assert.strictEqual(stderr.match(/Debugger listening on ws:\/\//g).length, 1);
/third_party/node/deps/v8/tools/
Dwindbg.js168 return (host.namespace.Debugger.Sessions[0].Attributes.Target.IsLiveTarget);
174 return (host.namespace.Debugger.Sessions[0].Attributes.Target.IsTTDTarget);
186 return host.namespace.Debugger.Sessions[0].Attributes.Machine.PointerSize;
198 return host.namespace.Debugger.State.DebuggerVariables.curthread
233 let v8 = host.namespace.Debugger.State.DebuggerVariables.curprocess
239 let v8_test = host.namespace.Debugger.State.DebuggerVariables.curprocess
253 let exe = host.namespace.Debugger.State.DebuggerVariables.curprocess
300 let curframe = host.namespace.Debugger.State.DebuggerVariables.curframe;
301 let ctl = host.namespace.Debugger.Utility.Control;
335 let ctl = host.namespace.Debugger.Utility.Control;

123456