Lines Matching refs:config
76 Application.uninstall(self.config['bundle_name'])
90 self.config = test_suite_worker_01_debug
91 websocket = self.config['websocket']
92 taskpool = self.config['taskpool']
93 pid = self.config['pid']
107 main_thread = await self.debugger_impl.connect_to_debugger_server(self.config['pid'], True)
125 assert response['params']['url'] == self.config['file_path']['entry_ability']
131 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['entry_ability']
141 assert response['params']['url'] == self.config['file_path']['index']
147 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
152 params = debugger.RemoveBreakpointsUrl(self.config['file_path']['index'])
157 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=12),
158 debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=53),
159 debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=57)]
163 assert response['result']['locations'][0]['id'] == 'id:12:0:' + self.config['file_path']['index']
164 assert response['result']['locations'][1]['id'] == 'id:53:0:' + self.config['file_path']['index']
165 assert response['result']['locations'][2]['id'] == 'id:57:0:' + self.config['file_path']['index']
174 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
175 assert response['params']['hitBreakpoints'] == ['id:12:4:' + self.config['file_path']['index']]
181 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
182 assert response['params']['hitBreakpoints'] == ['id:12:4:' + self.config['file_path']['index']]
186 worker_thread_1 = await self.debugger_impl.connect_to_debugger_server(self.config['pid'], False)
195 worker_thread_2 = await self.debugger_impl.connect_to_debugger_server(self.config['pid'], False)
214 assert response['params']['url'] == self.config['file_path']['worker']
218 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['worker']
224 assert response['params']['url'] == self.config['file_path']['worker']
228 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['worker']
233 params = debugger.RemoveBreakpointsUrl(self.config['file_path']['worker'])
239 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['worker'], line_number=11)]
243 assert response['result']['locations'][0]['id'] == 'id:11:0:' + self.config['file_path']['worker']
246 assert response['result']['locations'][0]['id'] == 'id:11:0:' + self.config['file_path']['worker']
260 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
261 assert response['params']['hitBreakpoints'] == ['id:53:16:' + self.config['file_path']['index']]
290 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
291 assert response['params']['hitBreakpoints'] == ['id:57:20:' + self.config['file_path']['index']]
295 worker_thread_2 = await self.debugger_impl.connect_to_debugger_server(self.config['pid'], False)
311 assert response['params']['url'] == self.config['file_path']['worker']
315 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['worker']
320 params = debugger.RemoveBreakpointsUrl(self.config['file_path']['worker'])
325 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['worker'], line_number=11)]
329 assert response['result']['locations'][0]['id'] == 'id:11:0:' + self.config['file_path']['worker']
340 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
342 assert response['params']['hitBreakpoints'] == ['id:57:20:' + self.config['file_path']['index']]
345 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['worker']
347 assert response['params']['hitBreakpoints'] == ['id:11:4:' + self.config['file_path']['worker']]
371 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
376 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['worker']
378 assert response['params']['hitBreakpoints'] == ['id:11:4:' + self.config['file_path']['worker']]
395 assert response['instanceId'] != self.config['pid']
397 assert response['instanceId'] != self.config['pid']