Skip to content

Commit

Permalink
Add the doc for the launch config 'javaExec' in README (#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
testforstephen committed Jul 5, 2024
1 parent abc84c0 commit 1f602c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Please also check the documentation of [Language Support for Java by Red Hat](ht
- `skipSynthetics` - Skip synthetic methods when stepping.
- `skipStaticInitializers` - Skip static initializer methods when stepping.
- `skipConstructors` - Skip constructor methods when stepping.
- `javaExec` - The path to java executable to use. By default, the project JDK's java executable is used.

### Attach

Expand Down

0 comments on commit 1f602c3

Please sign in to comment.