debugbar 和 sweetalert 插件不兼容问题

debugbar and sweetalert plugins incompatibility issue

在 OctoberCMS 应用程序中,我同时安装了 debugbar 和 Swal Sweetalert 插件。

激活 sweetalert 插件后,当我在我的代码中使用这一行时

debugbar::info('something');  

消息显示一秒后消失。显然这样,使用调试功能就不那么容易了。

所以在我的开发环境中,我必须卸载 sweet alert 插件才能使用 debugbar 进行调试

您有没有一些无需卸载 swal 即可修复它的技巧?

这里是插件作者的回答

Swal plugin make some ajax request to load the latest Flash messages. Using Debugbar, you need to select another top request, from right dropdown. And them you can see the log.