Skip to content

Commit

Permalink
use 'moz:debuggerAdress'
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Oct 31, 2023
1 parent d078214 commit b733613
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ const baseConfig = {
showDiff: true
},
customLaunchers: {
FirefoxDebug: {
base: "Firefox",
"moz:debuggerAddress": true
},
ChromeDebug: {
base: 'Chrome',
flags: ['--remote-debugging-port=9333']
Expand Down

0 comments on commit b733613

Please sign in to comment.