Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jerryscript-project/jerryscript-debugger-ts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: initialize
Choose a base ref
...
head repository: jerryscript-project/jerryscript-debugger-ts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 25 files changed
  • 1 contributor

Commits on Apr 24, 2018

  1. Add TypeScript proxy to support JrS debugging w/ Chrome DevTools (#4)

    Basic debugging features of step over, step in , step out, continue, stop,
    add/remove breakpoints, provide backtrace at breakpoint, and evaluate watch
    expressions are all working.
    
    A few low-hanging features still missing:
    - passthrough of output to CDT console
    - reporting exceptions
    - verbosity control
    
    Other features of CDT will require enhancement to JrS debugger, e.g.:
    - scope chain
    - inspectable eval output (e.g. JSON, not just strings)
    - memory analysis
    - profiling
    
    Significant level of unit testing provided via jest.
    
    Thanks to Martijn The <martijn.the@intel.com> for initial TS code skeleton,
    some unit tests, 'step out' feature, and tons of review!
    
    JerryScript-DCO-1.0-Signed-off-by: Geoff Gustafson geoff@linux.intel.com
    grgustaf authored Apr 24, 2018
    Configuration menu
    Copy the full SHA
    ed66d7d View commit details
    Browse the repository at this point in the history
Loading