typescript - React Native breakpoint instantly disappears on Android emulator -
i'm attempting debug react native in chrome. in pretty-printed .js file, click line set breakpoint, , breakpoint appears disappears (like in 1/10 of second). doesn't happen on ios simulator (i can set breakpoints , debug there).
i can set breakpoint on first line, is
object.defineproperty(exports, "__esmodule", { value: true });
why might happening? doesn't appear can set breakpoint anywhere in of .js files. we're using typescript , babel relay-compiler
.
is case i've read "there can't functions in source file you're trying set breakpoint in"? don't totally control because of typescript , babel output.
Comments
Post a Comment