Lines Matching refs:Debugger
1 # 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`:
186 …er::debug::Script`, a `amber::Engine::Debugger` is obtained from the `amber::Engine`, and `amber::…
187 …er::debug::Script`, then this script is executed on the `amber::Engine::Debugger` using the `amber…
189 …hronized and debugger test results are collected with a call to `amber::Engine::Debugger::Flush()`.