主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Louski A
活动总数
11
最后的活动
2024年04月08日 18:03
成员加入日期
2020年01月14日 14:02
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
2
活动概览
帖子(1)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2021年07月14日 19:17
I found out strangely enough effect: breakpoint does not hit in nested src folders of linked(npm link) packages. to reproduce follow these exact commands: git clone https://github.com/Eliav2/react-...
社区
WebStorm
Typescript breakpoints are not hit by debugger
1 票
创建于
2021年07月21日 20:12
figured it out: see https://stackoverflow.com/questions/68336645/javascript-debugger-typescript-catches-breakpoint-on-src-but-not-on-src but now I know the problem is with typescript which generate...
社区
WebStorm
Typescript breakpoints are not hit by debugger
0 票
创建于
2021年07月21日 14:48
well, on my machine i see src folder but not nested folder inside src. breakpoint hit on any of the files. see gif  would catch breakpoint and any breakpoint in file in src/**/* (like src/Xarrow/Xarrow.tsx) would not be caught.
社区
WebStorm
Typescript breakpoints are not hit by debugger
0 票
创建于
2021年07月19日 17:54
this is probably because react is not installed in the root folder. go to ./ and run yarn add react --dev and then you can do cd .\examples\yarn run fix-invalid-hooksyarn start
社区
WebStorm
Typescript breakpoints are not hit by debugger
0 票