Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Richard Rohrig
Total activity
8
Last activity
August 29, 2022 11:53
Member since
August 24, 2022 17:57
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (7)
Richard Rohrig
commented,
August 29, 2022 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 ...
Community
WebStorm
Nuxt 3 (typescript) breakpoint not working
0 votes
Richard Rohrig
commented,
August 29, 2022 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...
Community
WebStorm
Nuxt 3 (typescript) breakpoint not working
0 votes
Richard Rohrig
commented,
August 26, 2022 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
Community
WebStorm
Nuxt 3 (typescript) breakpoint not working
0 votes
Richard Rohrig
commented,
August 25, 2022 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...
Community
WebStorm
Nuxt 3 (typescript) breakpoint not working
0 votes
Richard Rohrig
commented,
August 25, 2022 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
Community
WebStorm
Nuxt 3 (typescript) breakpoint not working
0 votes
Richard Rohrig
commented,
August 25, 2022 08:22
Here you go: https://github.com/jurassicjs/nuxt3-fullstack-tutorial Thanks for taking the time to check it out.
Community
WebStorm
Nuxt 3 (typescript) breakpoint not working
0 votes
Richard Rohrig
commented,
August 24, 2022 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...
Community
WebStorm
Nuxt 3 (typescript) breakpoint not working
-1 votes