如何 debug/show NativeScript 中的所有网络请求?

How to debug/show all network requests in NativeScript?

如何debug/show VisualCode 中NativeScript 中的所有网络请求?

您无法使用 Visual Studio 代码查看/调试网络请求,只是它不是为此而设计的。您应该使用 Chrome dev tools.

你只要写

tns debug ios

tns debug android