diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-05-23 14:34:38 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-05-23 16:45:16 +0200 |
commit | 2ada58e9a8c7b95dd7da5bfe8a6f1e16bb7686f5 (patch) | |
tree | 7de2ea6eb8299026e75f04282f71580179f67918 /doc/tutorial/debugging.md | |
parent | 553c4b0a55eee519e2d98d6d8c96ec3af44183e4 (diff) | |
download | justbuild-2ada58e9a8c7b95dd7da5bfe8a6f1e16bb7686f5.tar.gz |
tutorial: Update example outputs in all chapters
...to match the ones produces by latest binaries and rules.
Diffstat (limited to 'doc/tutorial/debugging.md')
-rw-r--r-- | doc/tutorial/debugging.md | 10 |
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] |