Skip to content

Commit fc6996e

Browse files
author
Grok Compression
committed
launch: remove obsolete verbose command line flag
1 parent 849d1b5 commit fc6996e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.vscode/launch.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,22 @@
4141
]
4242
},
4343
{
44-
"name": "crash",
44+
"name": "test",
4545
"type": "cppdbg",
4646
"request": "launch",
4747
"program": "${workspaceFolder}/build/bin/grk_decompress",
4848
"args": [
4949
"-i",
50-
"~/Downloads/clusterfuzz-testcase-minimized-grk_decompress_fuzzer-5319359051923456",
50+
"$HOME/src/grok-test-data/input/nonregression/boats_cprl.j2k",
5151
"-o",
52-
"~/temp/fuzz.pgx",
53-
"-v",
52+
"~/temp/bit16_layer5.tif",
5453
"-d 0,0,1024,1024"
5554
],
5655
"stopAtEntry": true,
5756
"cwd": "${workspaceFolder}",
58-
"environment": [],
57+
"environment": [
58+
{ "name": "GRK_DEBUG", "value": "4" },
59+
],
5960
"MIMode": "gdb",
6061
"setupCommands": [
6162
{
@@ -74,8 +75,7 @@
7475
"-i",
7576
"~/src/grok-test-data/input/nonregression/multi_tile_truncated_rgb.jp2",
7677
"-o",
77-
"~/temp/trunc.txt",
78-
"-v"
78+
"~/temp/trunc.txt"
7979
],
8080
"stopAtEntry": true,
8181
"cwd": "${workspaceFolder}",

0 commit comments

Comments
 (0)