summaryrefslogtreecommitdiff
path: root/doc/tutorial/debugging.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/debugging.md')
-rw-r--r--doc/tutorial/debugging.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/tutorial/debugging.md b/doc/tutorial/debugging.md
index ab35e591..cc748983 100644
--- a/doc/tutorial/debugging.md
+++ b/doc/tutorial/debugging.md
@@ -45,8 +45,8 @@ control, we need to commit the changes:
``` sh
$ git add tutorial-defaults
$ git commit -m "update compile flags for debugging"
-[master baabec7] update compile flags for debugging
- 1 file changed, 21 insertions(+), 2 deletions(-)
+[master 642f739] update compile flags for debugging
+ 1 file changed, 1 insertions(+)
```
Now we need to configure the actual target we want to debug. The `TARGETS` file
@@ -86,16 +86,16 @@ Now this target can be installed to a location of our choice provided by the
``` sh
$ just-mr install "helloworld-debug staged" -o .ext/debug
INFO: Performing repositories setup
-INFO: Found 5 repositories to set up
+INFO: Found 5 repositories involved
INFO: Setup finished, exec ["just","install","-C","...","helloworld-debug staged","-o",".ext/debug"]
INFO: Requested target is [["@","tutorial","","helloworld-debug install"],{}]
INFO: Analysed target [["@","tutorial","","helloworld-debug install"],{}]
INFO: Export targets found: 0 cached, 1 uncached, 0 not eligible for caching
-INFO: Discovered 7 actions, 3 trees, 0 blobs
+INFO: Discovered 7 actions, 0 tree overlays, 3 trees, 0 blobs
INFO: Building [["@","tutorial","","helloworld-debug install"],{}].
INFO: Processed 7 actions, 0 cache hits.
INFO: Artifacts can be found in:
- /tmp/tutorial/.ext/debug/bin/helloworld [d88cadc156dc3b9b442fc162f7bc92c86b63d5f8:1570432:x]
+ /tmp/tutorial/.ext/debug/bin/helloworld [5f0ce4ed97000af42902c41f9d3b7d51343534a6:1570896:x]
/tmp/tutorial/.ext/debug/include/fmt [3a5cb60e63f7480b150fdef0883d7a76e8a57a00:464:t]
/tmp/tutorial/.ext/debug/include/greet/greet.hpp [63815ae1b5a36ab29efa535141fee67f3b7769de:53:f]
/tmp/tutorial/.ext/debug/work/fmt [3a5cb60e63f7480b150fdef0883d7a76e8a57a00:464:t]