Skip to content
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