Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No call stack shown if one frame refers to source that doesn't have a file name #7481

Closed
weinand opened this issue Jun 9, 2016 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Milestone

Comments

@weinand
Copy link
Contributor

weinand commented Jun 9, 2016

  • VSCode Version: 1.2
  • OS Version: all

Steps to Reproduce:

use this snippet:

var f = new Function("return 1 + 2;");
var r = f();
  1. set breakpoint on line 2
  2. step into call to f

2016-06-09_16-40-16

@weinand weinand added the bug Issue identified by VS Code Team member as probable bug label Jun 9, 2016
@weinand weinand added this to the June 2016 milestone Jun 9, 2016
@weinand weinand self-assigned this Jun 9, 2016
@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Jun 9, 2016
@weinand weinand changed the title No call stack if one frame refers to source that doesn't have a file name No call stack shown if one frame refers to source that doesn't have a file name Jun 9, 2016
@weinand weinand added the verified Verification succeeded label Jul 4, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

1 participant