Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebenelli committed Apr 12, 2024
1 parent afd246a commit c64589d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@
// Executable name here:
"program": "${workspaceFolder}/build/vscode/bin/fenvelopes",
// Optional arguments here:
"args": ["--infile", "infiles/case2.nml"],
"args": [
"--infile",
"/home/ruther/docs/research/thermo/algos/envelopes/other/paper/fcmmp/input_files/midoil/n2/300K/with_n2.nml",
"-a", "0.6",
"-3ph", ".true.",
"-px", ".true."
],
"stopAtEntry": true,
"cwd": "${workspaceFolder}",
"environment": [],
Expand Down
2 changes: 2 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"install",
"--profile",
"debug",
"--flag",
"-g -Og",
"--prefix",
"${workspaceRoot}/build/vscode"
],
Expand Down

0 comments on commit c64589d

Please sign in to comment.