hedera-local-node icon indicating copy to clipboard operation
hedera-local-node copied to clipboard

Debug mode is not working

Open georgi-l95 opened this issue 1 year ago • 0 comments

Description

Trying to use debug mode results in:

src/Parser.java:1: error: package com.hedera.node.app.service.mono.utils.forensics does not exist
import static com.hedera.node.app.service.mono.utils.forensics.RecordParsers.parseV6RecordStreamEntriesIn;
                                                              ^
src/Parser.java:1: error: static import only from classes and interfaces
import static com.hedera.node.app.service.mono.utils.forensics.RecordParsers.parseV6RecordStreamEntriesIn;
^
2 errors
Error: Could not find or load main class Parser
Caused by: java.lang.ClassNotFoundException: Parser
georgi-lazarov@Georgis-MacBook-Pro-4 hedera-local-node % 

Steps to reproduce

  1. Start the node using --enable-debug command
  2. Try to debug a timestamp

Additional context

No response

Hedera network

other

Version

main

Operating system

None

georgi-l95 avatar Feb 13 '24 13:02 georgi-l95