在Debian系统上调试Postman可参考以下方法:
查看请求详情
journalctl -u postman.service -b查看Postman服务日志。调试请求配置
{{base_url}})。使用高级调试工具
pm.test("Status code is 200", function () { pm.response.to.have.status(200); });。newman run your_collection.json。排查网络与权限问题
ping目标URL),确认代理设置正确。日志与监控
logrotate管理日志文件,或直接查看安装目录下的日志文件。gnome-system-log)查看详细日志。参考来源: