Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Louski A
Total activity
11
Last activity
April 08, 2024 18:03
Member since
January 14, 2020 14:02
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
2
Activity overview
Posts (1)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
July 14, 2021 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-...
Community
WebStorm
Typescript breakpoints are not hit by debugger
1 vote
Created
July 21, 2021 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...
Community
WebStorm
Typescript breakpoints are not hit by debugger
0 votes
Created
July 21, 2021 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.
Community
WebStorm
Typescript breakpoints are not hit by debugger
0 votes
Created
July 19, 2021 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
Community
WebStorm
Typescript breakpoints are not hit by debugger
0 votes