Chrome Version: 59.0.3071.115 (Official Build) (64-bit)
OS: Goobuntu
What steps will reproduce the problem?
Repro case:
```
const path = require('path');
debugger;
function main(){
debugger;
}
main();
```
(1) If I stop at the first debugger, I can access the path variable from console
(2) If I stop at the second debugger, I can't access the path variable from console
|
Deleted:
Screenshot from 2017-07-11 16:54:14.png
89.3 KB
|
|
Screenshot from 2017-07-11 16:54:14.png
89.3 KB
View
Download
|
|
Chrome Version: 59.0.3071.115 (Official Build) (64-bit)
OS: Goobuntu
Node version: v8.1.4
What steps will reproduce the problem?
Repro case:
```
const path = require('path');
debugger;
function main(){
debugger;
}
main();
```
(1) If I stop at the first debugger, I can access the path variable from console
(2) If I stop at the second debugger, I can't access the path variable from console
|
Deleted:
Screenshot from 2017-07-11 16:54:14.png
89.3 KB
|
|
Screenshot from 2017-07-11 16:54:14.png
89.3 KB
View
Download
|
|
Comment 1 by chenwilliam@chromium.org
, Jul 11 2017