Skip to content

unable to set break points in my code  #206

@gilesbradshaw

Description

@gilesbradshaw

Actual Behavior

I just get 'unverified break point' and it's never hit

here is code I am trying to set break point on..

const ReferenceLinks = compose(createContainer(frags))
  (({referenceDescriptions, navigator, header})=> 
  (
    <ListView
      renderHeader={()=><View>{header}</View>}
      //renderScrollComponent={props => <RecyclerViewBackedScrollView {...props} />}
      style={styles.listView}
      contentContainerStyle={styles.listViewContent}
      dataSource = {lv.cloneWithRows(referenceDescriptions)}
      renderSeparator={(sectionID, rowID) => <View key={`${sectionID}-${rowID}`} style={styles.separator} />}
      renderRow = {(row)=>
        <View style={{flexDirection: 'row', justifyContent: 'center'}}>
          <ReferenceLink
            referenceDescription={row.node}
            navigator={navigator}/>
        </View>
      }>
    </ListView>
  ));


Expected Behavior

should be set ok and hit

Software versions

  • React-Native VS Code extension version: 0.1.3
  • VSCode version: 0.10.11
  • OS platform and version: mac os el capitain
  • React Native version: 0.22.2

Outputs (Include if relevant)

  • Output of the Debug Console (View -> Toggle Debug Console):
  • Output of the React-Native output channel (View -> Toggle Output -> Select React-Native in ListBox):
  • Output of the Developer Tools console (Help -> Toggle Developer Tools -> Select Console tab):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions