Skip to content

How to see console capsule output when the process_console capsule is running #3348

Closed Answered by hudson-ayers
potto216 asked this question in Q&A
Discussion options

You must be logged in to vote

Stopping and starting an app does not restart it. If your app printed something in a loop, you would see that stopping stops it, and starting it resumes it from where it left off.

I don't think there is currently a restart command on the process console, though that would probably be good to add. You can, in the meantime, configure the process fault policy for your board to have faulted apps restart (

let fault_policy = static_init!(
is an example) and then use the fault command to force a restart

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@potto216
Comment options

Answer selected by potto216
Comment options

You must be logged in to vote
0 replies
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