A&C
Apify & Crawlee
C
Apify & Crawlee
•
3y ago
Casper
Set debug breakpoint in VS Code
Is it possible to set a debug breakpoint in VS Code when writing TypeScript code for Crawlee in to inspect the value of variables and flow of the code execution
?
Apify & Crawlee
Join
This is the official developer community of Apify and Crawlee.
13,249
Members
View on Discord
Was this page helpful?
Yes
No
H
HonzaS
•
9/8/23, 8:55 AM
not sure about typescript
, but in javascript I use breakpoints in almost every code I produce
E
efficient-indigo
•
9/8/23, 2:58 PM
Yes you can set a debug breakpoint in VS Code when writing TypeScript
C
Casper
OP
•
10/10/23, 8:03 PM
how can I run the program such that I hit the debug breakpoint in VS code
?
C
Casper
OP
•
10/10/23, 8:04 PM
I am experiencing a weird issue that it does not scrape any of my start urls
H
HonzaS
•
10/13/23, 5:06 PM
just create breakpoint and click debug in vs code
R
ripe-gray
•
10/17/23, 2:40 AM
Set auto attach to Auto
, set your breakpoint wherever you want and run
.