Skip to content

Debugger throws: process.send is not a function #606

@MikkelSnitker

Description

@MikkelSnitker

when i try to debug my react-native app, vscode throws this error:

Exception has occurred: TypeError
TypeError: process.send is not a function
at postMessage (/Users/mikkel/MyApp/.vscode/.react/debuggerWorker.js:40:13)
at sendReply (/Users/mikkel/MyApp/.vscode/.react/debuggerWorker.js:113:7)
at executeApplicationScript (/Users/mikkel/MyApp/.vscode/.react/debuggerWorker.js:98:7)
at /Users/mikkel/MyApp/.vscode/.react/debuggerWorker.js:119:7
at process. (/Users/mikkel/MyApp/.vscode/.react/debuggerWorker.js:35:9)
at emitTwo (events.js:125:13)
at process.emit (events.js:213:7)
at emit (internal/child_process.js:774:12)
at _combinedTickCallback (internal/process/next_tick.js:141:11)
at process._tickCallback (internal/process/next_tick.js:180:9)

Software versions

  • React-Native VS Code extension version: 0.5.7
  • VSCode version: 1.18.1
  • OS platform and version: macOS High Sierra
  • NodeJS version: 8.4.0
  • React Native version: 0.44.3 (react-native-cli: 2.0.1)

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions