Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Web インスペクターで console.log() を介して生成されたログを逆順に表示する方法はありますか? この例では、大量のログ メッセージを生成するものをテストしていますが、ログ メッセージは一番下にスクロールされ、非常に不便です。私はまた、ハックなソリューションにもオープンです。私が考えたのは、コンソールで数秒ごとに clear() を呼び出す setInterval ですが、別の方法があるかどうかを確認したいと思います。