mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Add remote debugging port to launch scripts (#14472)
This commit is contained in:
@@ -36,7 +36,7 @@ set ELECTRON_ENABLE_STACK_DUMPING=1
|
|||||||
:: Use the following to get v8 tracing:
|
:: Use the following to get v8 tracing:
|
||||||
:: %CODE% --js-flags="--trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces" . %*
|
:: %CODE% --js-flags="--trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces" . %*
|
||||||
|
|
||||||
%CODE% . %*
|
%CODE% . %* --remote-debugging-port=9222
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ function code() {
|
|||||||
export ELECTRON_ENABLE_STACK_DUMPING=1
|
export ELECTRON_ENABLE_STACK_DUMPING=1
|
||||||
|
|
||||||
# Launch Code
|
# Launch Code
|
||||||
exec "$CODE" . "$@"
|
exec "$CODE" . "$@" --remote-debugging-port=9222
|
||||||
}
|
}
|
||||||
|
|
||||||
code "$@"
|
code "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user