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

Request: ability to trace only specific CCW opcodes #576

Closed
Fish-Git opened this issue Jun 22, 2023 · 1 comment
Closed

Request: ability to trace only specific CCW opcodes #576

Fish-Git opened this issue Jun 22, 2023 · 1 comment
Assignees
Labels
Enhancement This issue does not describe a problem but rather describes a suggested change or improvement.

Comments

@Fish-Git
Copy link
Member

Fish-Git commented Jun 22, 2023

It would be nice the be able to enable a CCW trace for a given device, but only have it trace a specific CCW opcode or opcodes for that device.

Today, when you enter the command t+123, it traces each and every CCW in the chain as they're executed. What I am proposing is providing the ability to essentially filter out the tracing of any CCW that the user deems "uninteresting", and allowing ONLY "interesting" CCWs to be traced.

I'm thinking the new command syntax might be as simple as: t+123 (63,47,4b,e7) where (63,47,4b,e7) is of course the list of one or more CCW opcodes that you're interested in tracing (i.e. only those opcodes will be traced but not any others).

Such a feature sure would have come in handy for me during recent development to support the E7 Prefix CCW! I could have traced just that one specific CCW and had a much smaller trace log to examine, instead of the extremely large and taxing trace log that resulted from having each and every CCW traced, even ones I wasn't the least bit interested in.

Good idea or bad? Worthwhile effort or not?

@Fish-Git Fish-Git self-assigned this Jun 22, 2023
@Fish-Git Fish-Git added the Enhancement This issue does not describe a problem but rather describes a suggested change or improvement. label Jun 22, 2023
Fish-Git added a commit that referenced this issue Jun 23, 2023
@Fish-Git
Copy link
Member Author

Closed by commit d372898

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement This issue does not describe a problem but rather describes a suggested change or improvement.
Projects
None yet
Development

No branches or pull requests

1 participant