boot_debugger_server.bat 320 B

12345678910
  1. @REM Copyright (C) 2019 Intel Corporation. All rights reserved.
  2. @REM SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  3. @echo off
  4. docker run --rm -it --name=wasm-debug-server-ctr ^
  5. -v "%cd%":/mnt ^
  6. -p 1234:1234 ^
  7. wasm-debug-server:%2 ^
  8. /bin/bash -c "./debug.sh %1 %3"