We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec85586 commit 2a0ebe2Copy full SHA for 2a0ebe2
src/nativescript/nativescript.ts
@@ -91,7 +91,6 @@ export class IosProject extends NSProject {
91
.appendParam(this.platform())
92
.tryAppendParam("--emulator", args.emulator)
93
.tryAppendParam("--start", args.request === "attach")
94
- .tryAppendParam("--debug-brk", args.request === "launch")
95
.appendParam("--no-client")
96
.appendParam(args.tnsArgs)
97
.build();
@@ -166,7 +165,6 @@ export class AndroidProject extends NSProject {
166
165
.appendParam("debug")
167
168
169
- .appendParam("--debug-brk")
170
171
172
0 commit comments