Lines Matching refs:locations
157 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=12),
160 params = debugger.SetBreakpointsLocations(locations)
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']
239 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['worker'], line_number=11)]
240 params = debugger.SetBreakpointsLocations(locations)
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']
325 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['worker'], line_number=11)]
326 params = debugger.SetBreakpointsLocations(locations)
329 assert response['result']['locations'][0]['id'] == 'id:11:0:' + self.config['file_path']['worker']