Skip to content

Commit

Permalink
update debug.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xjsender committed Jun 8, 2015
1 parent 99cbc85 commit a7c4ca9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/debug.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,30 @@
## Track Debug Log
### Track Debug Log Step by Step
* Click ``HaoIDE`` > ``Debug`` > ``Track Debug Log``
* Click ``HaoIDE`` > ``Debug`` > ``Track One``
* Choose the user that you want to track and press enter
* Check the progress in the status bar until succeed message appeared

### Track Self Debug Log Step by Step
* Click ``HaoIDE`` > ``Debug`` > ``Track Self Debug Log``
* Click ``HaoIDE`` > ``Debug`` > ``Track Self``
* Choose the user that you want to track and press enter
* Check the progress in the status bar until succeed message appeared

### Track All Debug Logs Step by Step
* Click ``HaoIDE`` > ``Debug`` > ``Track All Debug Logs``
* Click ``HaoIDE`` > ``Debug`` > ``Track All``
* After confirmed, plugin will start to track debug logs for all users
* After track is finished, track result will be displayed in the output panel

## Fetch Debug Log
### Fetch Debug Log Step by Step
* Click ``HaoIDE`` > ``Debug`` > ``Fetch Debug Log``
* Click ``HaoIDE`` > ``Debug`` > ``Fetch One``
* Choose the user that you want to fetch and press enter
* After fetch is finished, debug log list will appear in the output panel

### Fetch Self Debug Log Step by Step
* Click ``HaoIDE`` > ``Debug`` > ``Fetch Self Debug Log``
* Click ``HaoIDE`` > ``Debug`` > ``Fetch Self``
* Choose the user that you want to fetch and press enter
* After fetch is finished, debug log list will appear in the output panel

## View Debug Log Detail
- Put the focus in the LogId got by fetch command, press <kbd>alt</kbd> and click left button, the debug log detail will be retrieved and displayed in the new view.

## Settings related to Debug Log
<table>
<thead>
Expand Down Expand Up @@ -63,6 +60,9 @@
</tbody>
</table>

## View Debug Log Detail
- Put the focus in the LogId got by fetch command, press <kbd>alt</kbd> and click left button, the debug log detail will be retrieved and displayed in the new view.

## Run Test
* By Main Menu: click ``HaoIDE`` > ``Debug`` > ``Run Test``, choose the test class and press <kbd>enter</kbd>, check the progress in the status bar until succeed message appeared, and then a new view with the test result will be open.
* By Context Menu: in the context of opened class, click ``HaoIDE`` > ``Run Test Class``, check the progress in the status bar until succeed message appeared, and then a new view with the test result will be open.
Expand Down

0 comments on commit a7c4ca9

Please sign in to comment.