Closed
      
        Bug 1598174
      
      
        Opened 5 years ago
          Closed 5 years ago
      
        
    
  
Fix skipBreakpoints is undefined error in tests 
    Categories
(DevTools :: Debugger, task)
        DevTools
          
        
        
      
        
    
        Debugger
          
        
        
      
        
    Tracking
(firefox72 fixed)
        RESOLVED
        FIXED
        
    
  
        
            Firefox 72
        
    
  
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed | 
People
(Reporter: jlast, Assigned: jlast)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The server files are evaluated in strict mode and as a result show this error:
 0:00.79 INFO "CONSOLE_MESSAGE: (warn) [JavaScript Warning: "ReferenceError: reference to undefined property "skipBreakpoints"" {file: "resource://devtools/server/actors/thread.js" line: 231}]"
It would be nice to add a default value to guard against this error
| Assignee | ||
          Comment 1•5 years ago
           
         | 
      ||
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7f9191e7b26e
Fix skipBreakpoints is undefined error in tests. r=bhackett
          Comment 3•5 years ago
           
         | 
      ||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
          status-firefox72:
          --- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 72
          Updated•5 years ago
           
         | 
      
Assignee: nobody → jlaster
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•