File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,11 @@ class IOSDebugService implements IDebugService {
66
66
67
67
private emulatorDebugBrk ( ) : IFuture < void > {
68
68
return ( ( ) => {
69
- var device = this . getRunningEmulatorOrRunNew ( ) . wait ( ) ;
70
69
var platformData = this . $platformsData . getPlatformData ( this . platform ) ;
71
70
this . $platformService . buildPlatform ( this . platform ) . wait ( ) ;
72
71
var emulatorPackage = this . $platformService . getLatestApplicationPackageForEmulator ( platformData ) . wait ( ) ;
73
- device . installApp ( emulatorPackage . packageName ) . wait ( ) ;
74
72
this . executeOpenDebuggerClient ( ) . wait ( ) ;
75
- device . launchApp ( this . $projectData . projectId , "--nativescript-debug-brk" ) . wait ( ) ;
73
+ this . $iOSEmulatorServices . startEmulator ( emulatorPackage . packageName , { args : "--nativescript-debug-brk" } ) . wait ( ) ;
76
74
} ) . future < void > ( ) ( ) ;
77
75
}
78
76
Original file line number Diff line number Diff line change 36
36
"gaze" : " 0.5.1" ,
37
37
"iconv-lite" : " 0.4.4" ,
38
38
"inquirer" : " 0.8.2" ,
39
- "ios-sim-portable" : " 1.0.5 " ,
39
+ "ios-sim-portable" : " 1.0.6 " ,
40
40
"lockfile" : " 1.0.0" ,
41
41
"lodash" : " 3.6.0" ,
42
42
"log4js" : " 0.6.22" ,
You can’t perform that action at this time.
0 commit comments