Commit 41569ce
committed
TO-DROP: allow attaching conveniently to the functional tests
Currently, it is not possible to run the functional tests from within
Visual Studio, as the environment is set up wrong, somehow. Instead, the
tests have to be run via `script/RunFunctionaltests.bat` (which takes an
optional `--test=<full-class-name>` argument). This makes
single-stepping somewhat hard.
With this commit (which is not intended to be merged into the main
branch!), setting the environment variable `DDD` will force the
functional test to wait until a debugger is attached to the process.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 8b0218b commit 41569ce
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
15 | 24 | | |
16 | 25 | | |
17 | 26 | | |
| |||
0 commit comments