fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.91k stars 284 forks source link

📃 WS message log for debugging #2926

Closed fonsp closed 1 month ago

fonsp commented 1 month ago

You can now type pluto_get_message_log() in the JS console to get the 100 most recent messages from the server for debugging

github-actions[bot] commented 1 month ago

Try this Pull Request!

Open Julia and type:

  julia> import Pkg
  julia> Pkg.activate(temp=true)
  julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="Add-message-log-for-debugging")
  julia> using Pluto