Home | History | Annotate | Download | only in v8

Lines Matching full:debugger

106         Deprecated some debugger methods.
396 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
1044 Allow evals for debugger even if they are prohibited in the debugee
1136 Fixed debugger's eval when close to stack overflow. (issue 2318)
1492 Support 'restart call frame' command in the debugger.
1856 Debugger: naive implementation of "step into Function.prototype.bind".
1858 Debugger: added ability to set script source from within OnBeforeCompile
2445 Fixed: debugger stops stepping outside evaluate (Issue 1639).
2458 Fixed debugger stepping next with trycatch recursion (Issue 1639).
2646 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2656 Improved debugger support to allow inspection of optimized frames (issue
2710 Added debugger support for inspecting optimized frames (issue 1140).
2719 Fixed debugger not breaking on certain "if" statements (issue 1523).
2738 Added support for debugger inspection of locals in optimized frames
3021 Fixed compilation of V8 without debugger support.
3376 Enhanced the command-line debugger interface and fixed some minor
3377 bugs in the debugger.
3422 Improved debugger protocol for remote debugging.
3620 Added Debug::CancelDebugBreak to the debugger API.
3806 Added setting of global flags to debugger protocol.
3812 Fixed issue where debugger could set breakpoints outside the body
3815 Fixed issue in debugger when using both live edit and step in features.
3862 Added debugger API for scheduling debugger commands from a
3969 Improved debugger support for stepping out of functions.
4113 Added stack command and mem command to ARM simulator debugger.
4129 Debugger improvements.
4152 Extended debugger API with access to the internal debugger context.
4243 Improvement of debugger agent (issue 549 and 554).
4319 Added commands to the debugger protocol for starting/stopping
4360 Fixed a number of debugger issues.
4495 Implemented missing pieces of debugger infrastructure on ARM. The
4496 debugger is now fully functional on ARM.
4508 Fixed a number of debugger issues.
4591 Added JavaScript debugger support to 64-bit version.
4649 Changed the debugger to avoid stepping into function.call/apply if the
4667 debugger.
4669 Changed the debugger to avoid stopping in its own JavaScript code
4736 Improved debugger support.
4771 Improved the debugger support by adding scope chain information.
4781 Improved debugger and profiler support.
4831 Added a script cache to the debugger.
4909 Added a number of extensions to the debugger API.
4935 debugger to break there.
4956 the debugger (issue 269).
4991 Fixed a crash bug in connection with debugger unloading.
5036 Improved debugger and profiler support.
5061 Fixed minor bug in debugger line number computations.
5099 Changed the D8 debugger frontend to use JSON messages.
5112 Fixed a number of debugger issues.
5159 Made a number of changes to the debugger protocol.
5175 Minor patch to debugger support.
5198 Added command line debugger to D8 shell.
5252 debugger execution context as its argument to the debugger
5321 Added missing initialization checks to debugger API.
5666 thread-safe message queues for dealing with debugger events.
5698 Fixed bug in the debugger that would cause the debugger scripts to
5714 Improved debugger with support for recursive break points and
5715 handling of exceptions that occur in the debugger JavaScript code.
5733 Improved debugger support by allowing nested break points and by