Lines Matching refs:locations
170 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=10),
173 params = debugger.SetBreakpointsLocations(locations)
176 assert response['result']['locations'][0]['id'] == 'id:10:0:' + self.config['file_path']['index']
177 assert response['result']['locations'][1]['id'] == 'id:17:0:' + self.config['file_path']['index']
178 assert response['result']['locations'][2]['id'] == 'id:25:0:' + self.config['file_path']['index']
201 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=10),
204 params = debugger.SetBreakpointsLocations(locations)
207 assert response['result']['locations'][0]['id'] == 'id:10:0:' + self.config['file_path']['index']
208 assert response['result']['locations'][1]['id'] == 'id:17:0:' + self.config['file_path']['index']
209 assert response['result']['locations'][2]['id'] == 'id:25:0:' + self.config['file_path']['index']