Elie Zedeck R.
Elie Zedeck R.
CDCloudflare Developers
Created by Elie Zedeck R. on 7/3/2023 in #pages-help
Gitlab connection: List of repositories is empty
I can only list projects that was created by me ... but I've been added in another person's project.
3 replies
CDCloudflare Developers
Created by ceifa on 5/25/2023 in #pages-help
Using builtin node packages on build process cause errors
Ok, thanks for the update.
22 replies
CDCloudflare Developers
Created by ceifa on 5/25/2023 in #pages-help
Using builtin node packages on build process cause errors
@ceifa have you been able to solve this? I'm also trying to use firebase-admin in Cloudflare Workers
22 replies
CDCloudflare Developers
Created by Adam on 6/9/2023 in #wrangler
We are actively working on breakpoint
No description
7 replies
CDCloudflare Developers
Created by Adam on 6/9/2023 in #wrangler
We are actively working on breakpoint
Hope that helps you, and anyone looking into having nice debugging experience for now, until the Wrangler v3 debugging comes out.
7 replies
CDCloudflare Developers
Created by Adam on 6/9/2023 in #wrangler
We are actively working on breakpoint
Now, for WebStorm, there are 2 methods: - when you run wrangler dev (v2), it will actually print a WebSocket URL ... you simply click that and it will work, however, be aware that when you make changes to your code and save, Wrangler will restart and the URL will change, and WebStorm will lose connection, so you'll have to click again - the way I do it: is I take note of the port on that WebSocket URL, it is the one that doesn't change, unless you manually restart Wrangler; create a debugging profile, and use that port; at least, you only have to change the port, once for every-time you restart Wrangler; but the nice thing here, is that you can enable Auto-reconnect in WebStorm, and it will automatically re-apply your breakpoints, even if you make changes to your Typescript codes, very handy to test something out repetitively until you get the desired result
7 replies
CDCloudflare Developers
Created by Adam on 6/9/2023 in #wrangler
We are actively working on breakpoint
@realsnowcode actually, it is flawless experience on WebStorm ... however, if you're already using VSCode, it somehow does work, you just have to use actual debugger; in your code, and it will not get hit in your Typescript, but in the Javascript
7 replies