| commit | c30bae76a2ee2cdfd6f01bb4065562a47304572a | [log] [tgz] |
|---|---|---|
| author | Gary Roumanis <groumanis@gmail.com> | Fri Nov 06 15:26:50 2020 -0800 |
| committer | GitHub <noreply@github.com> | Fri Nov 06 15:26:50 2020 -0800 |
| tree | 7f03b82e66537054248c384e8d4680f4111bb366 | |
| parent | 97b724ade94891a74a9b6477d80745eb354ec168 [diff] |
Support Chrome SkipLists (#1176) This greatly reduces the number of back and forth step requests as Chrome will continue stepping until we hit a range not included in the provided `skipList`. Read more about the feature [here](https://chromedevtools.github.io/devtools-protocol/tot/Debugger/#method-stepInto).