I would prefer to have a select menu of detected console.log messages that would jump you to them, I could then just add the breakpoint myself
-
-
-
Interesting idea!
End of conversation
New conversation -
-
-
Would be even nicer to have break on function call f, where one sets f=anyfunctionreference
-
We have debug(functionName), does that do the trick for you? https://developers.google.com/web/tools/chrome-devtools/javascript/breakpoints#function …
End of conversation
New conversation -
-
-
Yes as optional, would be good if could also specify a condition paramerer like with breakpoints, this way we don't have to combo logo watch and debugger
-
*parameter and *log, anyway would be very useful within loops like console.debug(varName, whenThisTrue)
- 2 more replies
New conversation -
-
-
No, I'd just use a `debugger;` statement
-
Same here.
End of conversation
New conversation -
-
-
Console.break()
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
var oldlog=console.log; console.log=function(){ debugger; oldlog.apply(this,arguments); }
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.