-2

How to debug/show all network requests in NativeScript in VisualCode?

POV
  • 11,293
  • 34
  • 107
  • 201

2 Answers2

1

You can not view / debug network requests with Visual Studio Code, simply it was not made for that. You are suppose to use the Chrome dev tools.

Manoj
  • 21,753
  • 3
  • 20
  • 41
1

you simply write

tns debug ios

or

tns debug android
Johansrk
  • 5,160
  • 3
  • 38
  • 37