Skip to content

Commit 29536dd

Browse files
committed
Merge branch 'main' of github.com:hatamiarash7/duckdb-netquack
2 parents 8d3ee42 + c4414ff commit 29536dd

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

docs/SUMMARY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
* [Quickstart](getting-started/quickstart.md)
99
* [How to build](getting-started/how-to-build.md)
1010

11+
***
12+
13+
* [Debugging](debugging.md)
14+
1115
## Functions
1216

1317
* [Extract Domain](functions/extract-domain.md)

docs/debugging.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
icon: magnifying-glass
3+
layout:
4+
title:
5+
visible: true
6+
description:
7+
visible: false
8+
tableOfContents:
9+
visible: true
10+
outline:
11+
visible: true
12+
pagination:
13+
visible: true
14+
---
15+
16+
# Debugging
17+
18+
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.

0 commit comments

Comments
 (0)