Guest User

Untitled

a guest
Jul 16th, 2018
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. ******** Unhandled error in debug adapter: SyntaxError: Unexpected token L in JSON at position 0
  2. at JSON.parse (<anonymous>)
  3. at Pipe.channel.onread (internal/child_process.js:471:28)
  4.  
  5. {
  6. "version": "0.2.0",
  7. "configurations": [
  8. {
  9. "name": "Debug Android",
  10. "program": "${workspaceRoot}/.vscode/launchReactNative.js",
  11. "type": "reactnative",
  12. "request": "launch",
  13. "platform": "android",
  14. "sourceMaps": true,
  15. "outDir": "${workspaceRoot}/.vscode/.react",
  16. },
  17. {
  18. "name": "Debug iOS",
  19. "program": "${workspaceRoot}/.vscode/launchReactNative.js",
  20. "type": "reactnative",
  21. "request": "launch",
  22. "platform": "ios",
  23. "sourceMaps": true,
  24. "outDir": "${workspaceRoot}/.vscode/.react"
  25. },
  26. {
  27. "name": "Attach to packager",
  28. "program": "${workspaceRoot}/.vscode/launchReactNative.js",
  29. "type": "reactnative",
  30. "request": "attach",
  31. "sourceMaps": true,
  32. "outDir": "${workspaceRoot}/.vscode/.react"
  33. },
  34. {
  35. "name": "Debug in Exponent",
  36. "program": "${workspaceRoot}/.vscode/launchReactNative.js",
  37. "type": "reactnative",
  38. "request": "launch",
  39. "platform": "exponent",
  40. "sourceMaps": true,
  41. "outDir": "${workspaceRoot}/.vscode/.react"
  42. }
  43. ]
  44. }
Add Comment
Please, Sign In to add comment