Breakpoint logs should look different and filtering should be possible #3315
jonbell-lot23
started this conversation in
Ideas
Replies: 1 comment
-
March 21, 2022: I noticed yesterday that our breakpoint messages show identically to other console.log messages, which doesn't seem great. Notice how everything here is just plain pink: So I'm convinced that this is important to fix. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Console filtering: They're amending breakpoint logs with some signal so they know in the console that a message corresponds to a breakpoint. Really what they want is filtering — show me only the messages related to a breakpoint that I've placed.
Beta Was this translation helpful? Give feedback.
All reactions