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

add debug related config and modules #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

israpps
Copy link
Contributor

@israpps israpps commented Jul 10, 2024

  • IOPTRAP
  • PPCTTY

@israpps israpps mentioned this pull request Jul 10, 2024
Copy link
Owner

@rickgaiser rickgaiser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there's 2 things we can do here:

If these .toml files provide debug environment, and we can select 1 debug environment to use, then dbg-*.toml would be a good naming, like:

  • dbg-udptty.toml
  • dbg-ppctty.toml
  • dbg-eesio.toml
  • dbg-eedbc.toml (debug colors, replaces -dbc parameter)

From the command line 1 debug environment should then be selectable like -dbg=ppctty.

Hoever if there is no definition of a debug environment, then I think it would be best to name these as module include files: i_<modname>.toml. So in this case:

  • i_ioptrap.toml
  • i_ppctty.toml

Then let someone/something else include these to make something usefull out of it.

In both cases, the modules need to be added to list of modules to copy:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants