主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Richard Rohrig
活动总数
8
最后的活动
2022年08月29日 11:53
成员加入日期
2022年08月24日 17:57
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(0)
评论(7)
Richard Rohrig
进行了评论,
2022年08月29日 11:53
step 1: open browser to localhost:3000 step 2: Set auth_token cookie in browser (the value doesn't matter if you just want to check the debugger) step 3: set debugger sever/api/auth/getAuthByToken ...
社区
WebStorm
Nuxt 3 (typescript) breakpoint not working
0 票
Richard Rohrig
进行了评论,
2022年08月29日 05:29
As I showed in the video, for the getAuthByToken breakpoint, you need to have an auth_token cookie set in the browser. You could either set it manually, or create a user via the UI. You could als...
社区
WebStorm
Nuxt 3 (typescript) breakpoint not working
0 票
Richard Rohrig
进行了评论,
2022年08月26日 18:39
Here's a demo video: https://youtu.be/3W3Q_tyBaYo If you have any questions after watching the video please let me know. Thanks
社区
WebStorm
Nuxt 3 (typescript) breakpoint not working
0 票
Richard Rohrig
进行了评论,
2022年08月25日 09:24
you have the incorrect repo. I accidentally pasted the wrong one but edited the comment afterwards. You were very quick. :-) https://github.com/jurassicjs/nuxt3-fullstack-tutorial is the correct...
社区
WebStorm
Nuxt 3 (typescript) breakpoint not working
0 票
Richard Rohrig
进行了评论,
2022年08月25日 09:09
I have a whole series on it :-) https://www.youtube.com/watch?v=A24aKCQ-rf4&t=1065s But all you really need to know is: make a .env in the root of the project: APP_DOMAIN=localhost:3000
社区
WebStorm
Nuxt 3 (typescript) breakpoint not working
0 票
Richard Rohrig
进行了评论,
2022年08月25日 08:22
Here you go: https://github.com/jurassicjs/nuxt3-fullstack-tutorial Thanks for taking the time to check it out.
社区
WebStorm
Nuxt 3 (typescript) breakpoint not working
0 票
Richard Rohrig
进行了评论,
2022年08月24日 17:57
I don't have any problems debugging in vs-code. Here are my settings. {"version": "0.2.0","configurations": [{"type": "pwa-node","request": "launch","name": "Launch Program","skipFiles": ["<node...
社区
WebStorm
Nuxt 3 (typescript) breakpoint not working
-1 票