mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 13:48:23 +02:00
4 lines
63 B
JavaScript
4 lines
63 B
JavaScript
function testCase() {
|
|
var foo = "break on me";
|
|
debugger;
|
|
}
|