We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a8028 commit c1f838bCopy full SHA for c1f838b
1 file changed
CLAUDE.md
@@ -59,6 +59,15 @@ gs -q -dNOSAFER -dNOPAUSE -dBATCH -sDEVICE=nullpage -I build/resource/Resource \
59
-c '10 10 moveto (Hello World) () /qrcode /uk.co.terryburton.bwipp findresource exec'
60
```
61
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
71
Or (with standard tests):
72
73
```bash
0 commit comments