Storybook: how to debug app

Created on 15 Apr 2017  Â·  1Comment  Â·  Source: storybookjs/storybook

Issue by salmon002
_Thursday Mar 30, 2017 at 00:55 GMT_
_Originally opened as https://github.com/storybooks/react-native-storybook/issues/133_


how can i debug my app. For example, how to print debug info in browser?

question / support

Most helpful comment

You can use debugger; break-points and console.log() inside the add function or inside your components, and open the web dev tools.

>All comments

You can use debugger; break-points and console.log() inside the add function or inside your components, and open the web dev tools.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

miljan-aleksic picture miljan-aleksic  Â·  3Comments

dnlsandiego picture dnlsandiego  Â·  3Comments

shilman picture shilman  Â·  3Comments

wahengchang picture wahengchang  Â·  3Comments

MrOrz picture MrOrz  Â·  3Comments