Skip to content

Instantly share code, notes, and snippets.

@leonm1
leonm1 / VSCODEDEBUGISSUE
Created November 8, 2018 22:32
VFOSS VSCODE ISSUE
C:\Program Files\nodejs\node.exe --inspect-brk=25188 binSearch.js
Debugger listening on ws://127.0.0.1:25188/85f0d308-d480-4be1-89dd-a863b2837d54
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
c:\Users\matth\Desktop\binSearch.js:21
return binarySearch(tar, nums.slice(index));