Blog: 2026-03-03: Difference between revisions

From razwiki
Jump to navigation Jump to search
(Created page with "Firefox dev tools doesn't provide a console repl any more it seems. I liked it when you could enter a command and have it clear the input. Now it's doing this multiline repl thing: File:Screenshot 2026-03-03 at 1.11.46 PM.png So now I'm seeing how far along ladybird is. First attempt to run didn't work, updated xcode and trying again.")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
I liked it when you could enter a command and have it clear the input. Now it's doing this multiline repl thing:
I liked it when you could enter a command and have it clear the input. Now it's doing this multiline repl thing:


[[File:Screenshot 2026-03-03 at 1.11.46 PM.png]]
[[File:Screenshot 2026-03-03 at 1.11.46 PM.png|800x800px]]


So now I'm seeing how far along ladybird is. First attempt to run didn't work, updated xcode and trying again.
So now I'm seeing how far along ladybird is. First attempt to run didn't work, updated xcode and trying again.

Ok I found the firefox setting: https://firefox-source-docs.mozilla.org/devtools-user/web_console/the_command_line_interpreter/index.html#multi-line-mode

Just hitting cmd+b resolved it ... !

Meanwhile Ladybird built once I upgraded xcode but it only opened a debugging server on port 6000 and did not provide a UI. Huh!

Latest revision as of 16:28, 3 March 2026

Firefox dev tools doesn't provide a console repl any more it seems.

I liked it when you could enter a command and have it clear the input. Now it's doing this multiline repl thing:

Screenshot 2026-03-03 at 1.11.46 PM.png

So now I'm seeing how far along ladybird is. First attempt to run didn't work, updated xcode and trying again.

Ok I found the firefox setting: https://firefox-source-docs.mozilla.org/devtools-user/web_console/the_command_line_interpreter/index.html#multi-line-mode

Just hitting cmd+b resolved it ... !

Meanwhile Ladybird built once I upgraded xcode but it only opened a debugging server on port 6000 and did not provide a UI. Huh!