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

It would be great if F5 would open the debug console automatically #8706

Closed
Ritzlgrmft opened this issue Jul 4, 2016 · 1 comment
Closed
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@Ritzlgrmft
Copy link

  • VSCode Version:1.2.1
  • OS Version: Windows 8.1

I am using vscode with the "Cordova Tools" extension for building an Ionic2 app. Currently my build/debug workflow is the following, when I need to debug it on the device (which I need since I am testing some hardware functionalities which cannot be simulated):

  • run ionic serve --nobrowser in the background
  • press F6 for the cordova build: this shows automatically the output window
  • press F5 for starting the debugger

Here it would be nice to see the debug window automatically - without explicitely showing it with Ctrl-Shift-Y.

I opened an issue for this topic on vscode-cordova repository, but the guys there mentioned it seems to be more a vscode issue...

@isidorn
Copy link
Contributor

isidorn commented Jul 5, 2016

Yes, it is a configuration on the vscode side. To get the behavior you would like you can add to your launch.json configuration: 'internalConsoleOptions': 'openOnSessionStart'
More details can be found here: #6159

@isidorn isidorn closed this as completed Jul 5, 2016
@isidorn isidorn added *question Issue represents a question, should be posted to StackOverflow (VS Code) debug Debug viewlet, configurations, breakpoints, adapter issues labels Jul 5, 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
debug Debug viewlet, configurations, breakpoints, adapter issues *question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants