Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Releases: nodejs/node-inspect

v1.8.2

17 Oct 16:18
Compare
Choose a tag to compare
  • 4219a98 refactor: Decouple source snippet from repl

v1.8.1

17 Oct 01:12
Compare
Choose a tag to compare
  • 95402ee refactor: Move list into CallFrame

v1.8.0

17 Oct 00:53
Compare
Choose a tag to compare

v1.7.0

16 Oct 03:58
Compare
Choose a tag to compare
  • breakOn{Exception,Uncaught,None} - @jkrems #8
    • fa8c4c7 feat: breakOn{Exception,Uncaught,None} - see: #6

v1.6.0

16 Oct 03:25
Compare
Choose a tag to compare

v1.5.0

16 Oct 03:00
Compare
Choose a tag to compare
  • 7e0fd99 feat: Add r shortcut for run

v1.4.1

16 Oct 02:58
Compare
Choose a tag to compare
  • 484d098 chore: Remove old implementation

v1.4.0

16 Oct 02:55
Compare
Choose a tag to compare
  • Properly tested implementation - @jkrems #4
    • ba060d3 feat: Error handling w/o args
    • b39b3bc feat: Launch child
    • 481693f feat: Connect debug client
    • 3bba0f2 chore: Disable lint for inactive code
    • cc7bdfc feat: Properly fail with invalid host:port
    • 73f34f9 refactor: Remove unused field
    • 6a23e0c refactor: Better debug output & support node 6.6
    • 63b0f9b test: Add timeout to waitFor(pattern)
    • cfa197b refactor: Move REPL setup into own file
    • 3f46c2c feat: Working repl eval
    • 6911eb1 feat: Enter repeats last command
    • 7d20b7d chore: Add missing license header
    • 23c62f8 feat: Print break context
    • 5dbc83d feat: Stepping and breakpoints
    • 8deb8cc feat: list for printing source
    • 1ed2ec9 chore: Disable verbose output on CI
    • 625a435 fix: Gracefully handle delayed scriptParsed
    • 8823c60 chore: Run all the tests
    • 00506f7 feat: backtrace/bt
    • e1ee02d refactor: Leverage util.inspect.custom
    • 5dcc319 feat: scripts and scripts(true)
    • 085cd5a refactor: Consistent import style
    • 1c60f91 feat: Set breakpoint before file is loaded
    • bc82ecc feat: breakpoints to list breakpoints
    • 7f48c95 feat: watchers & exec
    • 0f8cd13 feat: clearBreakpoint
    • 0d31560 feat: version to print v8 version
    • df6b89d feat: Paused & global exec
    • 9e97d73 feat: repl to enter exec mode
    • 9ee9f90 feat: run & restart
  • 3a752aa feat: kill
  • a67e470 feat: Restore breakpoints on restart

v1.3.3

13 Oct 21:53
Compare
Choose a tag to compare
  • eb7a54c chore: Switch to tap for tests

v1.3.2

13 Oct 21:37
Compare
Choose a tag to compare
  • Add notes about governance - @jkrems #3
    • e94089d chore: Add notes about governance