diff options
| author | Olcan <[email protected]> | 2025-04-21 12:39:58 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-21 12:39:58 -0700 |
| commit | 2571e071751681338518c2bf65f25ad32b2f71f4 (patch) | |
| tree | d09fb6aba3d09ea2e38c90894a523f422a516d9c /scripts/debug.sh | |
| parent | 53a5728009adf1e91115ee0eb839eafa00262adf (diff) | |
enable debugging through sandbox (#88)
Diffstat (limited to 'scripts/debug.sh')
| -rwxr-xr-x | scripts/debug.sh | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/scripts/debug.sh b/scripts/debug.sh deleted file mode 100755 index d70dd60f..00000000 --- a/scripts/debug.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -# Copyright 2025 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -set -euo pipefail - -node ./scripts/check-build-status.js -node --inspect-brk node_modules/@gemini-code/cli "$@"
\ No newline at end of file |
