Skip to content

Commit 406a47e

Browse files
committed
docs: update debugging section
[skip ci]
1 parent 3b2bccb commit 406a47e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,8 @@ D select * from netquack_version();
396396

397397
The debugging process for DuckDB extensions is not an easy job. For Netquack, we have created a log file in the current directory. The log file is named `netquack.log` and contains all the logs for the extension. You can use this file to debug your code.
398398

399+
Also, there will be stdout errors for background tasks like CURL.
400+
399401
## Roadmap 🗺️
400402

401403
- [ ] Create a `TableFunction` for `extract_query_parameters` that return each key-value pair as a row.

docs/getting-started/debugging.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ layout:
1616
# Debugging
1717

1818
The debugging process for DuckDB extensions is not an easy job. For Netquack, we have created a log file in the current directory. The log file is named `netquack.log` and contains all the logs for the extension. You can use this file to debug your code.
19+
20+
Also, there will be stdout errors for background tasks like CURL.

0 commit comments

Comments
 (0)