Debugger's stepper controls aren't visible when logs of log files are open

Answered

Hi there,

I have run into a problem that I can't find a solution for.

I am developing a Tomcat application consisting of 7 different projects (6 microservices and 1 web application.)  In order to test and debug them, I have created a single Tomcat instance in Intellij to which I deploy all of the applications, and have configured the application server to display the logs of each of applications in their own separate tab.

When I attach a debugger to the Tomcat instance, tabs for each of the logs are shown in the debugging area, causing the controls I need to step through the code to be pushed far to the right off the screen.  Here's a picture of what my debugging area looks like with the log windows open:

As you can see, the line navigation controls are not visible.

The only way I can access these controls is to close the log windows -- something I'd rather not do.  Here's what my debugging area looks like with some logging windows closed:

Now the line stepping controls are accessible but the logging information is no longer available.

Is there a way I can have IntelliJ display the stepper controls to the left of the log files?  Is there something else I can do without closing the logging windows?

Thanks,

Darryl

0
1 comment

Please follow the related issue on YouTrack: https://youtrack.jetbrains.com/issue/IDEA-16912

0

Please sign in to leave a comment.