You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebug
Since the latest update I can not seem to place a break point. I click the loader shows then nothing. HELP!
Steve Hueners
unread,
Aug 9, 2015, 10:18:38 AM8/9/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebug
Experiencing the same problem here. Specific behavior is:
Identify valid line for a breakpoint (non-valid places have a 'greyed' line number)
Click the line to set the breakpoint (in a js file of my own -- not query or any other external lib).
Observe a briefly visible 'spinner' icon that disappears but is _not replaced by a breakpoint icon. Line's UI remains as before with no indication that a breakpoint has been set.
Run code anyway (because umm...gotta get something done, right)
Express puzzlement as to why the execution hits a breakpoint at some (seemingly random) location that has nothing to do with where I attempted to set the breakpoint. jquery's lib seems to be a common point.