You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							39 lines
						
					
					
						
							1.4 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							39 lines
						
					
					
						
							1.4 KiB
						
					
					
				
								{
							 | 
						|
								    // 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": [
							 | 
						|
								        
							 | 
						|
								        {
							 | 
						|
								            "name":"Launch",
							 | 
						|
								            "type":"lldb",
							 | 
						|
								            "request": "launch",
							 | 
						|
								            "program": "${workspaceFolder}/build/windows/x64/debug/test_frontend.exe",
							 | 
						|
								            "args":[],
							 | 
						|
								            "cwd": "${workspaceFolder}/build/windows/x64/debug"
							 | 
						|
								        },
							 | 
						|
								        {
							 | 
						|
								            "name":"run test_frontend",
							 | 
						|
								            "type":"lldb",
							 | 
						|
								            "request": "launch",
							 | 
						|
								            "program": "${workspaceFolder}/build/windows/x64/release/test_frontend.exe",
							 | 
						|
								            "args":[],
							 | 
						|
								            "cwd": "${workspaceFolder}/build/windows/x64/release"
							 | 
						|
								        },
							 | 
						|
								        {
							 | 
						|
								            "name": "Launch (vsdbg)",
							 | 
						|
								            "type": "cppdbg",
							 | 
						|
								            "request": "launch",
							 | 
						|
								            "program": "${workspaceFolder}/build/windows/x64/debug/test_frontend.exe",
							 | 
						|
								            "args": [],
							 | 
						|
								            "stopAtEntry": false,
							 | 
						|
								            "cwd": "${workspaceFolder}/build/windows/x64/debug",
							 | 
						|
								            "environment": [],
							 | 
						|
								            "externalConsole": false,
							 | 
						|
								            "MIMode": "",  // 使用 Windows 原生调试器(vsdbg)
							 | 
						|
								            "debugServerPath": "", // 可留空,系统自动查找
							 | 
						|
								            "miDebuggerPath": "" // 可留空,系统自动查找
							 | 
						|
								        }
							 | 
						|
								    ],
							 | 
						|
								}
							 |