-
Notifications
You must be signed in to change notification settings - Fork 17
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
Document stackTraceReader task #1181
base: master
Are you sure you want to change the base?
Conversation
|
||
For example, write the following new line to dump the currently executed stack trace on the | ||
standard output. | ||
To decode an Application stack trace, the Stack Trace Reader tool requires the Application Executable file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tool is described as Stack Trace Reader
with capital letters but there are some places in the page where capital letters are missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
SDK6UserGuide/stackTraceReader.rst
Outdated
|
||
Paste the previous trace dump into the console. | ||
The output of the Stack Trace Reader is the following: | ||
- Make sure to build the Executable before executing the tool, by executing the ``buildExecutable`` or the ``runOnDevice`` task. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Make sure to build the Executable before executing the tool, by executing the ``buildExecutable`` or the ``runOnDevice`` task. | |
- Make sure to build the Executable before executing the tool, by running either the ``buildExecutable`` or the ``runOnDevice`` task. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Each mode has dedicated additional options. | ||
The list of the available modes, with their dedicated options, are: | ||
|
||
- ``console`` (default mode): use the standard input/output. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't know why but the bullets are rendered in bold except this line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I noticed too, but don't know why...
e6dd059
to
4a49ff3
Compare
aef3725
to
e91cc86
Compare
7e47f0f
to
e30c8b6
Compare
e30c8b6
to
4882cb3
Compare
https://docs.microej.com/en/feature-stacktracereader/SDK6UserGuide/stackTraceReader.html