You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to debug the client side in Chrome but when I try to place a breakpoint for example in the socket.service.js the view changes to the socket.service.ts but the code that appears under the socket.service.ts tab is belonging to index.html so I can't debug the client side because I can't place the breakpoints.
Am I doing something wrong?
Here the image of both socket.service.js and socket.service.ts
Hi
I am trying to debug the client side in Chrome but when I try to place a breakpoint for example in the
socket.service.js the view changes to the socket.service.ts but the code that appears under the socket.service.ts tab is belonging to index.html so I can't debug the client side because I can't place the breakpoints.
Am I doing something wrong?
Here the image of both socket.service.js and socket.service.ts
Thanks