aboutsummaryrefslogtreecommitdiff
path: root/doc/code/pangemma.md
diff options
context:
space:
mode:
authorPjotr Prins2025-01-04 01:59:26 -0600
committerPjotr Prins2025-01-04 01:59:26 -0600
commit2701a364228d91ba2c52f511ad6619d070e2235b (patch)
treebb2f24888472dc37c243bd439964661d7ae9a91d /doc/code/pangemma.md
parentc6a475370d4c1190685195265cb64ccc7bd17745 (diff)
downloadpangemma-2701a364228d91ba2c52f511ad6619d070e2235b.tar.gz
Show checkpoints passed with -debug switch
Diffstat (limited to 'doc/code/pangemma.md')
-rw-r--r--doc/code/pangemma.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/code/pangemma.md b/doc/code/pangemma.md
index d65245e..223e2ae 100644
--- a/doc/code/pangemma.md
+++ b/doc/code/pangemma.md
@@ -204,6 +204,20 @@ multiple outputs - in that case we may add filenames. And exits with:
**** Checkpoint reached: read-geno-file (normal exit)
```
+# List check points
+
+When you compile PanGEMMA with debug information
+
+```
+make debug
+```
+
+and run a computation with the '-debug' switch it should output the check-points it passes. You should see something like
+
+```
+**** DEBUG: checkpoint read-geno-file passed with ./example/mouse_hs1940.geno.txt.gz in src/gemma_io.cpp at line 874 in ReadFile_geno
+```
+
# Other
## Example