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

Fix debug info support #208

Open
koute opened this issue Nov 1, 2024 · 2 comments
Open

Fix debug info support #208

koute opened this issue Nov 1, 2024 · 2 comments
Assignees
Labels
K-debugging Debugging related P-medium Medium priority

Comments

@koute
Copy link
Collaborator

koute commented Nov 1, 2024

It seems like debug info is completely broken on the newest toolchain; the test_basic_debug_info_32 and test_basic_debug_info_64 tests we have fail here:

    assert_eq!(frame.line(), Some(line as u32 + 1));
    assert_eq!(frame.full_name().unwrap().to_string(), "read_u32");

The line is wrong, and the strings in the debug info are all "cap" for some reason.

@koute koute added P-medium Medium priority K-debugging Debugging related labels Nov 1, 2024
@koute
Copy link
Collaborator Author

koute commented Nov 1, 2024

@jarkkojs You can try tackling this once you finish updating PolkaVM in polkadot-sdk.

@jarkkojs
Copy link
Collaborator

jarkkojs commented Nov 1, 2024

@jarkkojs You can try tackling this once you finish updating PolkaVM in polkadot-sdk.

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
K-debugging Debugging related P-medium Medium priority
Projects
None yet
Development

No branches or pull requests

2 participants