FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codex/scripts/debug-codex.sh at main · jacks0n/codex · GitHub
jacks0n
/
codex
Public
forked from
openai/codex
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codex
/
scripts
/
debug-codex.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
10 lines (6 loc) · 330 Bytes
Breadcrumbs
codex
/
scripts
/
debug-codex.sh
Copy path
File metadata and controls
executable file
·
10 lines (6 loc) · 330 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
#!
/bin/bash
#
Set "chatgpt.cliExecutable": "/Users/<USERNAME>/code/codex/scripts/debug-codex.sh" in VSCode settings to always get the
#
latest codex-rs binary when debugging Codex Extension.
set
-euo pipefail
CODEX_RS_DIR=
$(
realpath
"
$(
dirname
"
$0
"
)
/../codex-rs
"
)
(cd
"
$CODEX_RS_DIR
"
&&
cargo run --quiet --bin codex --
"
$@
"
)
Back
|
FazBrowse Home
|
New Git URL