hedera-local-node
hedera-local-node copied to clipboard
Debug mode is not working
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
- Start the node using --enable-debug command
- Try to debug a timestamp
Additional context
No response
Hedera network
other
Version
main
Operating system
None