-
Bug
-
Resolution: Won't Fix
-
P4
-
None
Currently the following help message is printed for the 'attach' command in the CLHSDB tool:
hsdb> help
Available commands:
assert true | false
attach pid | exec core
This is not very clear to the user and it should be updated to:
attach <pid> | <executable path> <core path>
hsdb> help
Available commands:
assert true | false
attach pid | exec core
This is not very clear to the user and it should be updated to:
attach <pid> | <executable path> <core path>
- relates to
-
JDK-8279121 Improve clhsdb help output
-
- Open
-