commit | 52ce09ec99a641f96cf7130f74e62aa0e9a30d92 | [log] [tgz] |
---|---|---|
author | Dave Roth <davidroth@pigweed.infra.roller.google.com> | Tue Oct 08 19:16:58 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 08 19:16:58 2024 +0000 |
tree | ca59b9da0beca9786835edbcc96abf1fe531c13d | |
parent | ecd8e7b11858451a8196154e8acbee1d5e8a6093 [diff] |
roll: pigweed pw_system: Add `debugger-listen` and `debugger-wait-for-client` options Add debugpy to pw_system console to ease attaching the VS code python debugger to the console. This is especially useful when the console is invoked from inside a bazel sandox, for example: `bazelisk run //pw_system:rp2350_system_example_console -- --debugger-listen`. - `--debugger-listen` will start the listener on localhost:5678 - `--debugger-wait-for-client` will start the listener on localhost:5678 and halts the console until a debugger attaches. `--debugger-listen` is no required when `--debugger-wait-for-client` is specified.. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/233752 Original-Revision: fd6b7a96cd142fcfbf979c2ebf3ea4ac2e342612 Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: 7698704f57a69f..fd6b7a96cd142f Roller-URL: https://ci.chromium.org/b/8734619809303151137 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I375099b897928d61cabe3872419f35e3651e0764 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/240805 Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
git clone https://pigweed.googlesource.com/pigweed/showcase/sense
Welcome to Pigweed Sense, a tour of key Pigweed components experienced through an imagined air quality product.
Please visit Sense: An interactive tour through Pigweed to get started.