File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,13 +191,14 @@ you will need to perform the following set up steps (first time only).
1911911 . Clone the [ Dart SDK] ( https://github.com/dart-lang/sdk ) fron GitHub.
1921922 . The ` LOCAL_DART_SDK ` environment variable needs to point to this path: ` export LOCAL_DART_SDK=/path/to/dart/sdk `
193193
194- If you are also developing server side code (e.g. the ` devtools_shared ` package), you will need to add a
195- dependency override to ` sdk/pkg/dds/pubspec.yaml ` .
194+ If you are also developing server side code (e.g. the ` devtools_shared ` package), you will need to modify
195+ the ` devtools_shared ` dependency override in ` sdk/pubspec.yaml ` to point to your local ` devtools_shared `
196+ package:
196197
197198``` yaml
198199dependency_overrides :
199200 devtools_shared :
200- path : relative /path/to/devtools/packages/devtools_shared
201+ path : /path/to/devtools/packages/devtools_shared
201202` ` `
202203
203204Then you can run DevTools with the server by running the following from anywhere under the ` devtools/` directory:
You can’t perform that action at this time.
0 commit comments