Lines Matching refs:Debugger
1 # Debugger Testing
35 Debugger tests must be written in AmberScript.
118 // Debugger starts at line 9. Inspect input variables.
164 …cording the parsed debugger script, and extended by the `amber::Engine::Debugger` interface, used …
176 * `amber::Engine::Debugger` implementations will implement the `amber::debug::Thread` interface to …
178 ### `amber::Engine::Debugger`
180 The `amber::Engine::Debugger` interface extends the `amber::debug::Events` interface with a single …
182 The `amber::Engine::Debugger` interface can be obtained from the `amber::Engine` using the `amber::…
184 ### Debugger Execution
186 `amber::Executor::Execute()` drives the `amber::Engine::Debugger`:
188 …er::debug::Script`, a `amber::Engine::Debugger` is obtained from the `amber::Engine`, and `amber::…
189 …er::debug::Script`, then this script is executed on the `amber::Engine::Debugger` using the `amber…
191 …hronized and debugger test results are collected with a call to `amber::Engine::Debugger::Flush()`.