Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bellrichm committed Jan 1, 2025
1 parent a30139e commit 85a8a87
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"name": "Sim Driver: Loop",
"type": "debugpy",
"request": "launch",
"justMyCode": false,
"program": "${workspaceFolder}/bin/user/MQTTSubscribe.py",
"args": [
"simulate",
Expand Down Expand Up @@ -116,15 +117,15 @@
"parse",
//"driver",
"service",
//"--console",
"--top-level",

"--conf", "${workspaceFolder}/tmp/complex.json.conf",
"--topic", "topic1",
"--message-file", "${workspaceFolder}/tmp/complex.json",
"--log-file", "${workspaceFolder}/tmp/complex.log",
"--log-level", "INFO",

"--logging-level", "INFO",
"--logging-file", "log.txt",
"--console",

"--topic", "S2100",
"--conf", "~/Downloads/bob/weewx.conf",
"--message-file", "~/Downloads/bob/2100_data.txt",
],
"console": "integratedTerminal"
},
Expand Down

0 comments on commit 85a8a87

Please sign in to comment.