How do I get rid of the debugger console in favour of the process console?

已回答

I switched to intellij from phpstorm the other week and something that's bugging me is that whenever I start debugging something it shows me the debugger console instead of the process console.

I've tried unchecking the debugger console in the layout options, and then saving the current layout as default but the debugger console keeps coming back.

 

How can I make it use the process console as default, I didn't used to have this issue with Phpstorm. 

0

Hello,

Please right click on "Console" tab and select "Focus on breakpoint/startup". Will it help?

2

That's worked perfectly, thank you!

0

You are welcome!

0

请先登录再写评论。