简体   繁体   English

bluemix node-red 调试不工作

[英]bluemix node-red debug not working

I'm working with a node-red application inside Bluemix.我正在使用 Bluemix 中的节点红色应用程序。 It worked well but now the debug sidebar did not show no message.它运行良好,但现在调试侧边栏没有显示任何消息。 The application log traces correctly the messages incoming from the IoT device.应用程序日志正确跟踪从 IoT 设备传入的消息。 I tried to deploy again, to change browser, nothing changed: the debug sidebar is always empty.我尝试再次部署以更改浏览器,但没有任何变化:调试侧边栏始终为空。 What to do to have again messages showed?怎样才能再次显示消息?

Thanks谢谢

I had the same issue.我遇到过同样的问题。 Simple Timestamp injection plugged to a debug output and for some reason nothing was shown on the debug side panel.插入调试输出的简单时间戳注入,由于某种原因,调试侧面板上没有显示任何内容。 The solution in my case was simply to set no proxy for the application address in the web browser.在我的案例中,解决方案只是简单地在 Web 浏览器中不为应用程序地址设置代理。 After that debugging came through调试通过后

In my case the problem was a different version of NodeRed was installed on the server, all I had to do is clear Chrome cache.在我的例子中,问题是服务器上安装了不同版本的 NodeRed,我所要做的就是清除 Chrome 缓存。

In my case, I simply didn't have the debug tab selected.就我而言,我只是没有选择调试选项卡。 I thought I did.我以为我做到了。 You have to click on the little bug icon.您必须单击小错误图标。 I was getting the messages all along, just didn't have the correct display.我一直在收到消息,只是没有正确显示。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM