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

DOC: jdb documentation bug in 1.4/docs/tooldocs/win32/jdb.html

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.1
    • 1.4.0
    • docs
    • hopper
    • generic
    • generic



        Name: rmT116609 Date: 11/05/2001


        java version "1.4.0-beta3"
        Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta3-b84)
        Java HotSpot(TM) Client VM (build 1.4.0-beta3-b84, mixed mode)

        jdb documentation bug in jdb.html:

        C:\> java -Xdebug -
        Xrunjdwp:transport=dt_shmem,address=jdbconn,server=y,suspend=n

        MUST BE

        C:\> java -Xdebug -
        Xrunjdwp:transport=dt_shmem,address=jdbconn,server=y,suspend=n MyClass

        (class name must be specified for the debugged JVM)

        And once more a bit down the page:

        java -Xdebug -Xnoagent -Djava.compiler=NONE -
        Xrunjdwp:transport=dt_shmem,address=jdbconn,server=y,suspend=n
        (Review ID: 134994)
        ======================================================================

              asommere Alan Sommerer (Inactive)
              rmandalasunw Ranjith Mandala (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: