summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/code_test-editor-mode
blob: ca8a908897706d59f1e4bf090f4cb8fab44adb5a (plain)
1
2
3
4
5
6
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */

function secondCall() {
  debugger;
}