This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Multiple debugger includes

Hi everyone,

I am having a *huge* debugger ini file that I would like to split into several single files called by some kind of master *.ini file. So far the documentation does not deal with this issue. Is it possible? How could I do it?

Parents
  • The simulator file (.ini) is simply a script read in via the command line of the simulator. It is restricted to 255 characters with NO line feed or line continuation as in C code.
    Each line must be terminated with a CR just as if you typed the code into the command line and then hit the enter button. So, your TAB defeated the CR that is required.
    Bradford

Reply
  • The simulator file (.ini) is simply a script read in via the command line of the simulator. It is restricted to 255 characters with NO line feed or line continuation as in C code.
    Each line must be terminated with a CR just as if you typed the code into the command line and then hit the enter button. So, your TAB defeated the CR that is required.
    Bradford

Children
No data