Skip to content

Commit 2a0ebe2

Browse files
committed
Remove --debug-brk flag when running debug command
1 parent ec85586 commit 2a0ebe2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/nativescript/nativescript.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export class IosProject extends NSProject {
9191
.appendParam(this.platform())
9292
.tryAppendParam("--emulator", args.emulator)
9393
.tryAppendParam("--start", args.request === "attach")
94-
.tryAppendParam("--debug-brk", args.request === "launch")
9594
.appendParam("--no-client")
9695
.appendParam(args.tnsArgs)
9796
.build();
@@ -166,7 +165,6 @@ export class AndroidProject extends NSProject {
166165
.appendParam("debug")
167166
.appendParam(this.platform())
168167
.tryAppendParam("--emulator", args.emulator)
169-
.appendParam("--debug-brk")
170168
.appendParam("--no-client")
171169
.appendParam(args.tnsArgs)
172170
.build();

0 commit comments

Comments
 (0)