mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
3a0aecd81e
The zig compiler is way behing on opensuse. I tried building zig from source but encountered many compile errors. I'll wait until opensuse is updated.
19 lines
448 B
Plaintext
19 lines
448 B
Plaintext
Examples are from here:
|
|
|
|
https://zig-by-example.com/
|
|
|
|
Run Seer like this. The break-function is the name of the program and ".main".
|
|
|
|
$ /usr/local/bin/seergdb -s --bf=hello-world.main ./hello-world
|
|
|
|
Set the "Source" file configurations in Seer's config page.
|
|
|
|
o Add "*.zig" for valid source files.
|
|
o Add "/usr/lib/zig/" for "misc" files.
|
|
|
|
Zig resources:
|
|
|
|
https://github.com/ziglang/zig
|
|
https://github.com/zigcc/awesome-zig
|
|
|