On Tue, 9 May 2023 15:17:32 GMT, Kevin Walls <kev...@openjdk.org> wrote:
>> src/jdk.hotspot.agent/doc/transported_core.html line 107: >> >>> 105: jhsdb >>> -J-Dsun.jvm.hotspot.debugger.windbg.symbolPath="%PATH%;srv*https://msdl.microsoft.com/download/symbol" >>> clhsdb >>> 106: </code> >>> 107: >> >> If you are not seeing symbols for Windows libraries, try setting >> sun.jvm.hotspot.debugger.windbg.symbolPath to include >> "srv*https://msdl.microsoft.com/download/symbols". Usually also include >> PATH, for example: >> >> jhsdb >> -J-Dsun.jvm.hotspot.debugger.windbg.symbolPath="%PATH%;srv*https://msdl.microsoft.com/download/symbol" >> clhsdb > > Just seeing if that could be clearer. Whichever you like is fine. 8-) fixed ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13849#discussion_r1189089481