Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breakpoints not hit in typescript files #438

Closed
seyaobey opened this issue Apr 16, 2017 · 1 comment
Closed

Breakpoints not hit in typescript files #438

seyaobey opened this issue Apr 16, 2017 · 1 comment
Labels
duplicate known-issues Known issues for extension, most of them are external issues triaged typescript

Comments

@seyaobey
Copy link

Actual Behavior

  1. I have created a fresh react-native project (react-native init my_project)
  2. I have added a tsconfig.json and enable sourcemap (I have tried also inlineSourceMap:true with no solution)
  3. I have added a simple .tsx file compiled into the output directory and referenced and rendered in the index.android.js entry file. Then I have set a breakpoint in the componentDidMount method. Breakpoint is never hit but appears grayed out with message: breakpoint ignored because generated code not found. (I have looked at several similar issues at stackoverflow as well as here at github).

Expected Behavior

  1. Breakpoints should be hit

Software versions

  • React-Native VS Code extension version: 0.3.2
  • VSCode version: 1.9.1
  • OS platform and version: windows 8.1
  • NodeJS version: v6.9.2
  • React Native version: 0.41.2
@vladimir-kotikov
Copy link
Contributor

This is a duplicate of #328, please take a look at the conversation there to find a suitable workaround

@vladimir-kotikov vladimir-kotikov added duplicate known-issues Known issues for extension, most of them are external issues triaged labels Jul 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate known-issues Known issues for extension, most of them are external issues triaged typescript
Projects
None yet
Development

No branches or pull requests

2 participants