Lines Matching refs:locations
147 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=53),
149 params = debugger.SetBreakpointsLocations(locations)
152 assert response['result']['locations'][0]['id'] == 'id:53:0:' + self.config['file_path']['index']
153 assert response['result']['locations'][1]['id'] == 'id:57:0:' + self.config['file_path']['index']
178 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['worker'], line_number=11)]
179 params = debugger.SetBreakpointsLocations(locations)
182 assert response['result']['locations'][0]['id'] == 'id:11:0:' + self.config['file_path']['worker']
224 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['worker'], line_number=11)]
225 params = debugger.SetBreakpointsLocations(locations)
228 assert response['result']['locations'][0]['id'] == 'id:11:0:' + self.config['file_path']['worker']