mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 15:30:56 +01:00
b57f9ee3bf
This updates the bundled `node-inspect` to 1.10.6. Highlights: * `node --debug-port=1234 inspect` respects the custom port. * Test stability improvements on various platforms. Compare: https://github.com/nodejs/node-inspect/compare/v1.10.4...v1.10.6 PR-URL: https://github.com/nodejs/node/pull/11869 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
18 KiB
18 KiB
1.10.6
- chore: Fix usage text for embedded mode - @addaleax #20
b0779f5
chore: Fix usage text for embedded mode
- print 'ok' after connection - @ofrobots #25
2a47125
fix: print 'ok' after connection
- Make autocompletion in REPL work - @aqrln #28
ccab737
fix: Make autocompletion in REPL work
- Remove console.error() statement - @aqrln #30
032b045
style: Remove console.error() statement
- Take --debug-port into account - @jkrems #26
054d4b1
fix: Take --debug-port into account
- Delay run until breakpoints are restored - @jkrems #34
a4e4b6f
chore: Fix repo info in package.json
1.10.5
1.10.4
1c31bf7
chore: Support embedded mode
1.10.3
7b20379
chore: Mark .eslintrc as root
1.10.2
1.10.1
4ba3c72
refactor: Undo weird bundling into one file
1.10.0
3e1a66a
feat: Support CPU & heap profiles
1.9.3
- Move back to single file - @jkrems #15
9877660
refactor: Wrap client in IIFE7795c53
refactor: Move more code in createRepl scopebe34a39
refactor: Move back to single fileab45b62
refactor: Remove single-use functions37a711e
style: Stop usingnew Buffer
d669dc5
chore: Switch to node eslint rules15e7917
style: Use var in classical for loops
1.9.2
c9dc4be
doc: Link directly to GOVERNANCE file
1.9.1
1.9.0
1.8.4
1.8.3
1.8.2
4219a98
refactor: Decouple source snippet from repl
1.8.1
95402ee
refactor: Movelist
into CallFrame
1.8.0
d0e6499
feat:exec .scope
1.7.0
1.6.0
1.5.0
7e0fd99
feat: Addr
shortcut forrun
1.4.1
484d098
chore: Remove old implementation
1.4.0
- Properly tested implementation - @jkrems #4
ba060d3
feat: Error handling w/o argsb39b3bc
feat: Launch child481693f
feat: Connect debug client3bba0f2
chore: Disable lint for inactive codecc7bdfc
feat: Properly fail with invalid host:port73f34f9
refactor: Remove unused field6a23e0c
refactor: Better debug output & support node 6.663b0f9b
test: Add timeout to waitFor(pattern)cfa197b
refactor: Move REPL setup into own file3f46c2c
feat: Working repl eval6911eb1
feat: Enter repeats last command7d20b7d
chore: Add missing license header23c62f8
feat: Print break context5dbc83d
feat: Stepping and breakpoints8deb8cc
feat: list for printing source1ed2ec9
chore: Disable verbose output on CI625a435
fix: Gracefully handle delayed scriptParsed8823c60
chore: Run all the tests00506f7
feat: backtrace/bte1ee02d
refactor: Leverage util.inspect.custom5dcc319
feat: scripts and scripts(true)085cd5a
refactor: Consistent import style1c60f91
feat: Set breakpoint before file is loadedbc82ecc
feat: breakpoints to list breakpoints7f48c95
feat: watchers & exec0f8cd13
feat: clearBreakpoint0d31560
feat: version to print v8 versiondf6b89d
feat: Paused & global exec9e97d73
feat: repl to enter exec mode9ee9f90
feat: run & restart
3a752aa
feat: killa67e470
feat: Restore breakpoints on restart
1.3.3
eb7a54c
chore: Switch to tap for tests
1.3.2
1.3.1
8767137
style: Remove rogue console.log
1.3.0
3ac6232
feat: Addversion
command
1.2.0
86b5812
feat: scripts & listScripts(true)
1.1.1
feaea38
style: Typo in comment
1.1.0
c64155f
feat: repl command
1.0.0
44c4c79
chore: Initial commit985873c
feat: Launching the example works3d92d05
chore: Proper license and passing testsb3f99d9
feat: Futile attempts to send a valid ws frame465cfb7
feat: Working ws connectionda9f011
fix: Fix remote connect5ef33d7
feat: Working step-by-step534e1e4
chore: Add bin entry8cff9cf
style: Use simpler key thingy720ec53
doc: Add instructionsb89ad60
doc: More helpful docsde9243c
feat: Watcherse16978f
docs: Working usage hints2dbc204
refactor: Use proxiesb8c9b14
style: Remove unused varf6b4b20
feat: Nicer inspect of remote values36887c6
fix: Properly print watchers7729442
feat: Add pause commande39a713
fix: Properly format boolean propertiesf8f51d7
fix: Properly format numeric properties89e6e08
feat: Add backtrace command82362ac
feat: Add setBreakpoint()7064cce
feat: AddsetBreakpoint(line)
360580e
feat: Add run/kill/restartb1b576e
feat: Addhelp
command2db4660
feat: Add remaining sb() variantsf2ad1ae
fix: Display breakpoints set into the future73272f9
refactor: Make breakpoints more inspect friendly507a71d
feat: Add breakpoints command5fb3e5d
docs: Link to Command Line API docs81af501
chore: Fix license field