Integrating into Seele

This commit is contained in:
2026-04-12 20:49:43 +02:00
parent 8e8d5ca1c9
commit 9e283c1b54
32 changed files with 4969 additions and 2297 deletions
-30
View File
@@ -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
}
],
}
]
}
Vendored Symlink
+1
View File
@@ -0,0 +1 @@
../Seele/.vscode/launch.json