mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
fix some logic and descriptions issues in doc
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
stack
|
||||
=====
|
||||
|
||||
Print out the full call stack trace containing the current method.
|
||||
Print out the full call stack trace *till* the current method.
|
||||
|
||||
Most of the time, we know the method being invoked but not always we know **HOW being invoked**; `stack` can be a great help to locate the *source* for you.
|
||||
|
||||
|
||||
@@ -112,7 +112,7 @@ Advanced:
|
||||
|
||||
### Check context of the call
|
||||
|
||||
Using `tt -i <index>` to check a specific record.
|
||||
Using `tt -i <index>` to check a specific calling details.
|
||||
|
||||
```
|
||||
$
|
||||
|
||||
Reference in New Issue
Block a user