DevTools/Features/Debugger: Difference between revisions

Line 195: Line 195:
* Very simple source viewer, improving the source viewer can happen outside the critical path.
* Very simple source viewer, improving the source viewer can happen outside the critical path.


=== Breaking on Exceptions ===
=== Execution ===
 
* throw hook
Breaking on exceptions.
* error hook
 
* resume
{| class="fullwidth-table"
* step into/step out/finish
|-
| style="font-weight: bold; background: #DDD;" | Description
| style="font-weight: bold; background: #DDD;" | Area
| style="font-weight: bold; background: #DDD;" | Bug
| style="font-weight: bold; background: #DDD;" | Owner
| style="font-weight: bold; background: #DDD;" | Best
| style="font-weight: bold; background: #DDD;" | Likely
| style="font-weight: bold; background: #DDD;" | Worst
| style="font-weight: bold; background: #DDD;" | Status
|-
| Debug object throw hook
| JSD2
|
| jorendorff
|
|
|
|
|-
| Throw hook exposed over the protocol
| Remote Protocol/Execution Control
|
| dcamp
| 1d
| 1d
| 3d
|
|-
| UI support for enabling/disabling/handling throw hook
| UI Shell/Execution Control
|
| dcamp
| 1d
| 1d
| 2d
|
|-
|}
 
 


=== Stepping ===
=== Stepping ===
Confirmed users
673

edits