108 lines
4.4 KiB
JSON
Raw Normal View History

2021-10-01 00:21:50 +08:00
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
2022-01-04 15:32:30 +08:00
{
"name": "Python: 当前文件",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
},
2021-10-01 00:21:50 +08:00
{
"name": "test",
"type": "cppdbg",
"request": "launch",
2022-04-13 19:36:08 +08:00
"program": "${workspaceFolder}/build/test/pikascript_test",
// "program": "${workspaceFolder}/build/boot/demo06-pikamain/pikascript_demo06-pikamain",
2021-10-01 00:21:50 +08:00
"args": [
2022-04-25 23:38:10 +08:00
"--gtest_filter=gc.*",
2022-04-20 13:21:30 +08:00
// "--gtest_filter=parser.bytes_iteral",
2022-04-18 11:45:59 +08:00
// "--gtest_filter=parser.list_init_fun",
2022-04-11 22:31:36 +08:00
// "--gtest_filter=args.heap_struct_override",
2022-04-02 16:35:19 +08:00
// "--gtest_filter=pikaMain.list__set__",
2022-04-02 23:28:02 +08:00
// "--gtest_filter=parser._3_3",
2022-04-03 12:55:06 +08:00
// "--gtest_filter=VM.a_3",
2022-04-02 15:48:44 +08:00
// "--gtest_filter=parser.a_cuohao_j",
2022-03-31 14:33:56 +08:00
// "--gtest_filter=lexser.jjcc",
// "--gtest_filter=lexser.a_j",
2022-03-29 18:02:55 +08:00
// "--gtest_filter=VM.for_break_byte",
2022-03-28 22:32:34 +08:00
// "--gtest_filter=pikaMain.range",
2022-03-30 00:27:04 +08:00
// "--gtest_filter=parser.while_true_block",
2022-03-29 16:59:39 +08:00
// "--gtest_filter=VM.Run_add_1_2_3",
// "--gtest_filter=stack*",
2022-03-15 12:30:41 +08:00
// "--gtest_filter=pikaMain.task_run_once",
2022-03-14 18:46:57 +08:00
// "--gtest_filter=VM.if_elif*",
2022-03-06 01:40:19 +08:00
// "--gtest_filter=stack.str",
2022-03-09 13:22:55 +08:00
// "--gtest_filter=VM*",
// "--gtest_filter=arg*",
// "--gtest_filter=VM.class_x_1",
2022-02-21 17:49:54 +08:00
// "--gtest_filter=parser.add_a_b*",
2022-02-21 17:40:26 +08:00
// "--gtest_filter=parser.method_void",
// "--gtest_filter=parser.add_a_b",
2022-03-09 21:48:58 +08:00
// "--gtest_filter=pikaMain.class_def",
2022-02-14 18:50:08 +08:00
// "--gtest_filter=parser.mpy_demo_1",
2022-01-18 21:55:08 +08:00
// "--gtest_filter=parser.__set__",
2022-01-16 00:41:59 +08:00
// "--gtest_filter=parser.__get__",
2022-01-10 21:49:52 +08:00
// "--gtest_filter=pikaMain.print_with_enter",
2022-01-26 08:38:02 +08:00
// "--gtest_filter=pikaMain.str_fun",
2022-01-08 23:40:10 +08:00
// "--gtest_filter=pikaMain.str_add",
2022-01-06 11:13:43 +08:00
// "--gtest_filter=content*",
// "--gtest_filter=pikaMain.print_in_def",
2021-12-24 23:34:34 +08:00
// "--gtest_filter=pikaMain.list_for_loop"
2021-12-10 11:41:33 +08:00
// "--gtest_filter=pikaMain.err_scop"
2021-11-27 20:11:35 +08:00
// "--gtest_filter=VM.a_jjcc"
2021-11-28 01:21:24 +08:00
// "--gtest_filter=VM.a_1_1d1"
2021-11-13 18:48:47 +08:00
// "--gtest_filter=queue*"
2022-03-09 13:22:55 +08:00
// "--gtest_filter=VM*"
2021-11-28 19:03:31 +08:00
// "--gtest_filter=parser._or_"
// "--gtest_filter=parser.while_true_block"
2021-11-13 18:48:47 +08:00
// "--gtest_filter=args*",
2022-01-25 08:39:10 +08:00
// "--gtest_filter=arg*",
2021-11-15 20:22:26 +08:00
// "--gtest_filter=content*",
2021-11-13 18:48:47 +08:00
// "--gtest_filter=object_test.printa",
// "--gtest_filter=object_test*",
2021-11-13 18:48:47 +08:00
// "--gtest_filter=stack*",
// "--gtest_filter=strs*",
2021-10-13 10:40:47 +08:00
// "--gtest_filter=block.ifrun2"
2022-03-09 13:22:55 +08:00
// "--gtest_filter=sysObj*"
2021-10-01 00:21:50 +08:00
// "--gtest_filter=object_test.a_b"
// "--gtest_filter=object_test.voidRun"
2022-03-09 13:22:55 +08:00
// "--gtest_filter=object_test*"
2021-10-01 00:21:50 +08:00
],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
],
},
{
"name": "(gdb) Launch",
"type": "cppdbg",
"request": "launch",
2021-10-04 09:42:46 +08:00
"program": "${workspaceFolder}/build/src/test/pikascript_test",
2021-10-01 00:21:50 +08:00
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
}
]
}