Skip to content

breakpoints set but not yet bound #630

@novellizator

Description

@novellizator

Actual Behavior

  1. program doesn't stop at any breakpoints

Expected Behavior

  1. program should stop at breakpoints

It used to work, now it doesn't work on any project now.
It does stop on debugger expression in code though.
Is something wrong with the extension, or is it a potential problem with sourcemaps? If so, if there any easy way to find out, or to solve it?

Software versions

  • React-Native VS Code extension version: 0.5.7
  • VSCode version: 1.20.1
  • OS platform and version: macOS
  • NodeJS version: according to console "Adapter node: v7.9.0 x64", but when run in shell it's 8.9.0
  • React Native version: 0.53.0

Outputs (Include if relevant)

  • Output of the Debug Console (View -> Toggle Debug Console):
OS: darwin x64
Adapter node: v7.9.0 x64
vscode-chrome-debug-core: 3.18.5
Starting debugger app worker.
Established a connection with the Proxy (Packager) to the React Native application
Debugger worker loaded runtime on port 9684
Module RCTImageLoader requires main queue setup since it overrides `init` but doesn't implement `requiresMainQueueSetup`. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.
RCTLog.js:48
  • Output of the React-Native output channel (View -> Toggle Output -> Select React-Native in ListBox):
PASTE OUTPUT HERE
  • Output of the Developer Tools console (Help -> Toggle Developer Tools -> Select Console tab):
PASTE OUTPUT HERE

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions