Skip to content

Commit f923abe

Browse files
committed
Revert 2a0ebe2
1 parent 0470131 commit f923abe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/nativescript/nativescript.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ export class IosProject extends NSProject {
9494
.appendParam(this.platform())
9595
.appendParamIf("--emulator", args.emulator)
9696
.appendParamIf("--start", args.request === "attach")
97+
.appendParamIf("--debug-brk", args.request === "launch")
9798
.appendParam("--no-client")
9899
.appendParam(args.tnsArgs)
99100
.build();
@@ -173,6 +174,7 @@ export class AndroidProject extends NSProject {
173174
.appendParam("debug")
174175
.appendParam(this.platform())
175176
.appendParamIf("--emulator", args.emulator)
177+
.appendParam("--debug-brk")
176178
.appendParam("--no-client")
177179
.appendParam(args.tnsArgs)
178180
.build();

0 commit comments

Comments
 (0)