You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Table of Contents
26
26
-[IP Address Functions](#ip-address-functions)
27
27
-[IP Calculator](#ip-calculator)
28
28
-[Get Extension Version](#get-extension-version)
29
+
-[Debugging](#debugging)
29
30
-[Roadmap 🗺️](#roadmap-️)
30
31
-[Contributing 🤝](#contributing-)
31
32
-[Issues 🐛](#issues-)
@@ -385,6 +386,10 @@ D select * from netquack_version();
385
386
└─────────┘
386
387
```
387
388
389
+
## Debugging
390
+
391
+
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.
392
+
388
393
## Roadmap 🗺️
389
394
390
395
-[ ] Create a `TableFunction` for `extract_query_parameters` that return each key-value pair as a row.
0 commit comments