如何为跨多个项目的 API 调用运行调试器?

问题描述

我有一些 node.js 项目,项目之间的服务通过 HTTP 方法进行通信,所有服务都在 localhost 中运行,如何在 Visual Studio 代码中针对这种情况运行调试器?>

Example

repo/project1

post request to localhost:8888


repo/project2

 //runs in localhost 8888
//responds to the above request

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)