chore(vscode): add large file test

This commit is contained in:
Jeremy Attali 2020-05-30 22:36:35 -04:00
parent 099634b9da
commit 2eb4ebbc28
2 changed files with 24 additions and 0 deletions

24
.vscode/launch.json vendored
View File

@ -52,6 +52,30 @@
}
]
},
{
"name": "swappy - file (large)",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/swappy",
"args": ["-f", "test/images/large.png"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [
{
"name": "G_MESSAGES_DEBUG",
"value": "all"
}
],
"externalConsole": false,
"MIMode": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
},
{
"name": "swappy - file & stdout",
"type": "cppdbg",

BIN
test/images/large.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB