mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
debugger: print port number when connecting to debuggee
To improve troubleshooting of debugger problems in the future, the debugger repl now prints the port it is connecting to.
This commit is contained in:
committed by
Bert Belder
parent
74323a95a0
commit
fd9e01c031
@@ -1702,7 +1702,7 @@ Interface.prototype.trySpawn = function(cb) {
|
||||
}
|
||||
|
||||
setTimeout(function() {
|
||||
self.print('connecting..', true);
|
||||
self.print('connecting to port ' + port + '..', true);
|
||||
attemptConnect();
|
||||
}, 50);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user