Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copyable debug flag #3239

Merged
merged 1 commit into from Oct 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/contributors/getting-started.md
Expand Up @@ -232,7 +232,9 @@ output of the debuggee interferes with that.
This property will make your server run in debug mode on port 5005 without
waiting for the debugger to connect:

`-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005,quiet=y`
```sh
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005,quiet=y
```

### Updating sbt-launcher

Expand Down
2 changes: 1 addition & 1 deletion docs/contributors/updating-website.md
Expand Up @@ -38,7 +38,7 @@ yarn install # only the first time, to install the dependencies
yarn start
```

Now visit http://localhost:3000 and you should see a local version of the
Now visit [localhost:3000](http://localhost:3000) and you should see a local version of the
website. New changes should trigger a reload in the browser.

## Adding a new page
Expand Down