Lines Matching refs:locations
138 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=10),
141 params = debugger.SetBreakpointsLocations(locations)
144 assert response['result']['locations'][0]['id'] == 'id:10:0:' + self.config['file_path']['index']
145 assert response['result']['locations'][1]['id'] == 'id:17:0:' + self.config['file_path']['index']
146 assert response['result']['locations'][2]['id'] == 'id:25:0:' + self.config['file_path']['index']
169 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=10),
172 params = debugger.SetBreakpointsLocations(locations)
175 assert response['result']['locations'][0]['id'] == 'id:10:0:' + self.config['file_path']['index']
176 assert response['result']['locations'][1]['id'] == 'id:17:0:' + self.config['file_path']['index']
177 assert response['result']['locations'][2]['id'] == 'id:25:0:' + self.config['file_path']['index']