Integrating into Seele
This commit is contained in:
Vendored
-30
@@ -1,30 +0,0 @@
|
||||
{
|
||||
// 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": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/build/FluidSimulation",
|
||||
"args": [],
|
||||
"cwd": "${workspaceRoot}/build",
|
||||
"MIMode": "gdb",
|
||||
"setupCommands": [
|
||||
{
|
||||
"text": "-enable-pretty-printing",
|
||||
"description": "enable pretty printing",
|
||||
"ignoreFailures": false
|
||||
},
|
||||
{
|
||||
"text": "source ${workspaceRoot}/Seele/gdb/Seele.py",
|
||||
"description": "load Seele python script",
|
||||
"ignoreFailures": false
|
||||
}
|
||||
],
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
../Seele/.vscode/launch.json
|
||||
Reference in New Issue
Block a user