Bug 1131756 - properly display anonymous sources when they are needed in the debugger r=ejpbruel
This commit is contained in:
@@ -8,3 +8,7 @@ function evalSource() {
|
||||
function evalSourceWithSourceURL() {
|
||||
eval('bar = function() {\nvar x = 6;\n} //# sourceURL=bar.js');
|
||||
}
|
||||
|
||||
function evalSourceWithDebugger() {
|
||||
eval('bar = function() {\nvar x = 7;\ndebugger; }\n bar();');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user