Skip to content
New issue

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

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

Already on GitHub? # to your account

Start with/without debugging fails if Solution Explorer has never been opened #598

Closed
zooba opened this issue Jul 14, 2015 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@zooba
Copy link
Member

zooba commented Jul 14, 2015

If you have Solution Explorer hidden, restart VS, open a standalone Python file (don't open any projects/solutions), and try and run with/without debugging you will get an E_FAIL error.

This is because we try and access the current solution before it exists. StartScriptCommand.cs should handle this case and continue as for when the solution is empty.

The workaround is to open Solution Explorer, which will initialize an empty solution.

@zooba zooba added this to the 2.2.1 milestone Aug 6, 2015
@int19h int19h self-assigned this Aug 6, 2015
@int19h int19h closed this as completed in 22b5c59 Aug 6, 2015
int19h added a commit that referenced this issue Aug 6, 2015
Fix #598: Start with/without debugging fails if Solution Explorer has never been opened
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants