fascinating-indigo•2y ago
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?
5 Replies
not sure about typescript, but in javascript I use breakpoints in almost every code I produce
absent-sapphire•2y ago
Yes you can set a debug breakpoint in VS Code when writing TypeScript
fascinating-indigoOP•2y ago
how can I run the program such that I hit the debug breakpoint in VS code?
I am experiencing a weird issue that it does not scrape any of my start urls
just create breakpoint and click debug in vs code
other-emerald•2y ago
Set auto attach to Auto, set your breakpoint wherever you want and run.