Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug mode is not working #545

Open
georgi-l95 opened this issue Feb 13, 2024 · 0 comments
Open

Debug mode is not working #545

georgi-l95 opened this issue Feb 13, 2024 · 0 comments
Labels
Bug An error that causes the feature to behave differently than what was expected based on design.

Comments

@georgi-l95
Copy link
Collaborator

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 georgi-l95 added the Bug An error that causes the feature to behave differently than what was expected based on design. label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug An error that causes the feature to behave differently than what was expected based on design.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant