mirror of https://github.com/alibaba/arthas.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
239 B
Markdown
7 lines
239 B
Markdown
5 years ago
|
|
||
|
For example, execute the trace command in the background:
|
||
|
|
||
|
`trace demo.MathGame primeFactors &`{{execute T2}}
|
||
|
|
||
|
By doing this, the current command is put to the background to run, you can continue to execute other commands in the console.
|