Skip to content

Commit

Permalink
add debug step, and signature help example
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Jan 27, 2021
1 parent 7f581f3 commit 254b5b2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ A Pharo client extension for VSCode.

- [Supported files](#supported-files)
- [Features](#features)
- [Generic feature](#generic-feature)
- [Supported Language Server feature](#supported-language-server-feature)
- [Debug Adapter Protocol feature](#debug-adapter-protocol-feature)
- [Additional feature](#additional-feature)
- [Generic feature](#generic-feature)
- [Supported Language Server feature](#supported-language-server-feature)
- [Debug Adapter Protocol feature](#debug-adapter-protocol-feature)
- [Additional feature](#additional-feature)
- [Installation](#installation)
- [Thanks](#thanks)

Expand Down Expand Up @@ -39,6 +39,10 @@ We present here the existing features

![Auto-Completion](https://raw.githubusercontent.com/badetitou/vscode-pharo/main/docs/img/Auto-completion.gif)

4. Help with method signature

![Signature help gif](https://raw.githubusercontent.com/badetitou/vscode-pharo/main/docs/img/signatureHelp.gif)

### Debug Adapter Protocol feature

1. Break on halt
Expand All @@ -47,6 +51,11 @@ We present here the existing features
3. Add watch

![Break on halt](https://raw.githubusercontent.com/badetitou/vscode-pharo/main/docs/img/breakOnHalt.gif)

2. Step, step in, step out

![Step the stack gif](https://raw.githubusercontent.com/badetitou/vscode-pharo/main/docs/img/debugSteps.gif)

### Additional feature

The additional feature can be access using the command palette of VSCode
Expand Down
Binary file added docs/img/debugSteps.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/signatureHelp.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 254b5b2

Please sign in to comment.