Cláudio Bartolomeu

Results 4 comments of Cláudio Bartolomeu

Hi @gregmagolan, thanks for the detailed response. After replicating your steps this seems to work. However, if I put a breakpoint in a different line: I still have unbound breakpoints:...

Hi @gregmagolan, I've tried to set a breakpoint in the test.ts file under `bazel-bin`: ![image](https://user-images.githubusercontent.com/36745460/196676753-77802808-aa17-4066-b413-22ad62d48c43.png) and I still have the same problem, it opens a `test.ts` file under the `/private/var/tmp/...`...

Hi @Place1, why do you need the `js_binary`? It seems that you're setting your break points in the js files instead of the ts source files. Have your tried your...

Hi @Place1, I've applied your suggestion with an example of this repository and it doesn't seems to work. Have you tried that on this repository?