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

BreakpointWindow open by default? #260

Closed
nathanielks opened this issue Dec 23, 2016 · 3 comments
Closed

BreakpointWindow open by default? #260

nathanielks opened this issue Dec 23, 2016 · 3 comments

Comments

@nathanielks
Copy link

Heya!

I was wondering if it were possible for the BreakpointWindow to be open by default? Somewhat related, perhaps there's a way to customize the layout when the debugging session begins?

@BlackIkeEagle
Copy link
Member

@nathanielks Personally I don't think you want to loose additional screenspace by opening the BreakpointWindow by default.

The layout is now hardcoded if I remember correctly so if that would become customizable then you probably could add the BreakpointWindow there if you want it.

@BlackIkeEagle
Copy link
Member

With the latest master you can do this, you could add the following to your .vimrc for example:

" vdebug settings
let g:vdebug_options = {
    \'path_maps': {'/phpapp': getcwd()},
    \"window_arrangement" : ["DebuggerWatch", "DebuggerStack", "DebuggerStatus", "DebuggerBreakpoints"]
\}

@nathanielks
Copy link
Author

Hey, hey! This is great! Thanks, @BlackIkeEagle!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants