Skip to content

Debug additional crates? #39

Answered by billy1624
hds asked this question in Q&A
Apr 10, 2024 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Hey @hds, by default FireDBG will only instrument the crate where the execute live in. If you want to instrument other crates in the same workspace, you need to create a firedbg.toml to configure it.

https://firedbg.sea-ql.org/blog/#firedbgtoml-config

# firedbg.toml

[workspace.members]
quicksort = { trace = "full" } 
# Syntax: <PACKAGE> = { trace = "<full | none>" }

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@hds
Comment options

@billy1624
Comment options

Answer selected by hds
@hds
Comment options

@billy1624
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants