Skip to content

Commit

Permalink
Update TROUBLESHOOT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Jul 11, 2023
1 parent b791d56 commit 9bd6b01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/TROUBLESHOOT.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ if (ref.target == null) {
```

IMPORTANT: this code will not work in release mode, so
you need to run it with flag `--debug` or `--profile`, or,
if it is test, by clicking `Debug` near your test name in IDE.
you need to run it with flag `--debug` or `--profile`
([not available](https://github.com/flutter/flutter/issues/127331) for Flutter tests),
or, if it is a test, by clicking `Debug` near the test name in IDE.

## Known complicated cases

Expand Down

0 comments on commit 9bd6b01

Please sign in to comment.