Skip to content

Commit 6400f29

Browse files
docs: Fix paths in debugging notes. (#20)
1 parent fb46fe2 commit 6400f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scip-ruby.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Typically, I'll copy over the minimized code
4444
to the root and run:
4545

4646
```
47-
./bazel build //main:scip-ruby --config=dbg && ./bazel-out/darwin-dbg/bin/main/scip-ruby tmp.rb -p cfg-text --index-file index.scip
47+
./bazel build //main:scip-ruby --config=dbg && ./bazel-out/darwin-dbg/bin/main/scip-ruby tmp.rb -p cfg-text --index-file /dev/null
4848
```
4949

5050
Alternately, it may be useful to create a `tmp.rb`
@@ -55,5 +55,5 @@ file under the `test/scip/snapshots/` directory
5555
# Check
5656
./bazel test //test/scip:tmp --config=dbg
5757
# View output
58-
./bazel test //test/scip:update_tmp --config=dbg && cat test/scip/snapshots/tmp.snapshot.rb
58+
./bazel test //test/scip:update_tmp --config=dbg && cat test/scip/testdata/tmp.snapshot.rb
5959
```

0 commit comments

Comments
 (0)