Skip to content

Commit c1f838b

Browse files
committed
Update CLAUDE.md
1 parent 98a8028 commit c1f838b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ gs -q -dNOSAFER -dNOPAUSE -dBATCH -sDEVICE=nullpage -I build/resource/Resource \
5959
-c '10 10 moveto (Hello World) () /qrcode /uk.co.terryburton.bwipp findresource exec'
6060
```
6161

62+
Or (with a debug option):
63+
64+
```bash
65+
make build/resource/Resource/uk.co.terryburton.bwipp/qrcode && \
66+
gs -q -dNOSAFER -dNOPAUSE -dBATCH -sDEVICE=nullpage -I build/resource/Resource \
67+
-c '/uk.co.terryburton.bwipp.global_ctx << /enabledebug true >> def' \
68+
-c '10 10 moveto (Hello World) (debugcws) /qrcode /uk.co.terryburton.bwipp findresource exec'
69+
```
70+
6271
Or (with standard tests):
6372

6473
```bash

0 commit comments

Comments
 (0)