Commits
User selector
Commit History
Commits on May 19, 2022
Support WebSocket close
Show description for de7aae0authored andcommitted
Commits on Apr 14, 2022
Add a specific API to create a Script by wrapping the source code with an anonymous function
Show description for a25c6faauthored andcommitted
Commits on Mar 25, 2022
Update Debugger to selectively generate debugging byte codes
Show description for 1b38eecauthored andcommitted
Commits on Jan 18, 2022
Remove redundant structures in stack tracing
Show description for ba540cdauthored andcommitted
Rename StackTrace structures
Show description for 913bcc7authored andcommitted
Add breakpoint at the end of script execution
Show description for 4bbd9d6authored andcommitted
Commits on Dec 10, 2021
Start creating a debugger API
Show description for a481cd6authored andcommitted
Commits on Nov 26, 2021
Improve debugger function
Show description for 3e6afe1authored andcommittedSimplify the parsing API of the debugger.
Show description for 56157aaauthored andcommitted
Commits on Nov 23, 2021
Hide debugger enabled from public use.
Show description for d79eb6fauthored andcommitted
Introduce abstract base class for debugger
Show description for e3b1a9fauthored andcommitted
Commits on Nov 15, 2021
Fix execution resume after setting a breakpoint.
Show description for 67131c4authored andcommitted
Commits on Oct 12, 2021
Implement backtrace recording for Promise.then calls
Show description for c2ab3e1authored andcommitted
Commits on Oct 6, 2021
Implement backtrace recording for the debugger
Show description for 1dff039authored andcommitted
Commits on Dec 18, 2020
Update clang-format version to 6.0
Show description for 29c70f7authored andcommitted
Commits on Dec 15, 2020
Implement BigInt support on debugger
Show description for b562c4cauthored andcommitted
Commits on Aug 6, 2020
Reduce memory allocation during bytecode generation
Show description for f56a557authored andcommitted
Commits on Aug 3, 2020
Implement CodeCache for bytecode
Show description for 11e469cauthored andcommitted
Commits on Jul 8, 2020
Divide CodeBlock into NativeCodeBlock and InterpretedCodeBlock
Show description for 2fe9333authored andcommitted
Commits on Jun 8, 2020
Implement getting object properties.
Show description for 7a63397authored andcommitted
Commits on May 28, 2020
Adding ExecutionState depth to backtrace info
Show description for 26b974aauthored andcommitted

Commits on May 22, 2020
Reimplement initialize & executing Module according to newer spec
Show description for 9b9f980authored andcommitted
Debugger pending breakpoints
Show description for a88023cauthored andcommitted

Commits on May 12, 2020
Debugger source send by client feature
Show description for e52c7d1authored andcommitted

Commits on Apr 14, 2020
Implement showing Exceptions.
Show description for 161899bauthored andcommitted
Commits on Apr 9, 2020
Code reordering: move processIncomingMessages to the end of Debugger.cpp.
Show description for b4c0042authored andcommitted
Commits on Apr 8, 2020
Implement finish (step-out) operation in debugger.
Show description for 9f347d9authored andcommitted
Commits on Apr 7, 2020
Support symbols when getting variables.
Show description for c3f2324authored andcommitted
Commits on Apr 6, 2020
Rework backtrace info.
Show description for fc1fac7authored andcommitted
Commits on Apr 1, 2020
Implement getting property name / value pairs in the debugger.
Show description for 3f63741authored andcommitted
Commits on Mar 26, 2020
Support getting scope chain in the Debugger.
Show description for a7a24cfauthored andcommitted
Commits on Mar 23, 2020
Support evaluating expression in the debugger.
Show description for d2cc5feauthored andcommitted
Commits on Mar 19, 2020
Support backtrace in the debugger.
Show description for c71d3cbauthored andcommitted
Commits on Mar 10, 2020
Fix LGPL License verison typo (2.0 -> 2.1)
Show description for e2f1c3fauthored andcommitted
Commits on Mar 9, 2020
Add support for next and stop operations for the Debugger.
Show description for bf3a8c7authored andcommitted