
Is it possible to have both the Network Monitor and the Console open for a given website?
I would like to use the Console as a REPL for learning JavaScript, but at the same time be able to see HTTP requests on the Network Monitor. But I don't see how to do that — it appears I can only have one or the other open at one time. Or am I mistaken?
I would like to use the Console as a REPL for learning JavaScript, but at the same time be able to see HTTP requests on the Network Monitor. But I don't see how to do that — it appears I can only have one or the other open at one time. Or am I mistaken?
被選擇的解決方法
You can press ESC to toggle the console and add a "Toggle split console" button to the toolbar to toggle the console via that button.
從原來的回覆中察看解決方案 👍 1所有回覆 (1)
選擇的解決方法
You can press ESC to toggle the console and add a "Toggle split console" button to the toolbar to toggle the console via that button.
由 cor-el 於