Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8212626

Jdb needs to print all output related to a specific event in a single message

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 12
    • core-svc

      Currently the output from jdb caused by a single event ( e.g. a breakpoint is hit or a method is entered) consists of several messages that are printed in System.out. In case of multiple threads the outputs for single events from different threads became interwoven that makes it quite confusing and difficult to analyze. The debugger needs to collect all output related to the single event and then print it as a single message.

            Unassigned Unassigned
            dtitov Daniil Titov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: