Skip to content

Instantly share code, notes, and snippets.

@Parmendrak
Created August 29, 2014 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Parmendrak/187fd9174bfbef8b2a44 to your computer and use it in GitHub Desktop.
Save Parmendrak/187fd9174bfbef8b2a44 to your computer and use it in GitHub Desktop.
Output Log
Getting device...
Starting debug on:iPhone Retina (4-inch) iOS 7.1
Launching Application for debugging...
Starting debug session...
'App79.vshost.exe' (CLR v2.0.50727: App79.vshost.exe): Loaded 'C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'App79.vshost.exe' (CLR v2.0.50727: App79.vshost.exe): Loaded 'C:\Windows\assembly\GAC_MSIL\Microsoft.VisualStudio.HostingProcess.Utilities\12.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.HostingProcess.Utilities.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'App79.vshost.exe' (CLR v2.0.50727: App79.vshost.exe): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'App79.vshost.exe' (CLR v2.0.50727: App79.vshost.exe): Loaded 'C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'App79.vshost.exe' (CLR v2.0.50727: App79.vshost.exe): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'App79.vshost.exe' (CLR v2.0.50727: App79.vshost.exe): Loaded 'C:\Windows\assembly\GAC_MSIL\Microsoft.VisualStudio.HostingProcess.Utilities.Sync\12.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.HostingProcess.Utilities.Sync.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'App79.vshost.exe' (CLR v2.0.50727: App79.vshost.exe): Loaded 'C:\Windows\assembly\GAC_MSIL\Microsoft.VisualStudio.Debugger.Runtime\12.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Debugger.Runtime.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'App79.vshost.exe' (CLR v2.0.50727: App79.vshost.exe): Loaded 'c:\users\saurabh\documents\visual studio 2013\Projects\App79\App79\bin\iPhoneSimulator\Debug\App79.vshost.exe'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
The thread 0xf30 has exited with code 259 (0x103).
The thread 0x1278 has exited with code 259 (0x103).
'App79.vshost.exe' (CLR v2.0.50727: App79.vshost.exe): Loaded 'c:\users\saurabh\documents\visual studio 2013\Projects\App79\App79\bin\iPhoneSimulator\Debug\App79.exe'. Symbols loaded.
Debug session started...
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll [External]
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll [External]
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.dll [External]
Thread started: #2
Loaded assembly: /Users/360_macmini/Library/Caches/Xamarin/mtbs/builds/App79/7ea4f5b9-2b06-434d-b9d0-8988e43815e9/assemblies/App79.exe
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.Xml.dll [External]
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/Mono.Dynamic.Interpreter.dll [External]
2014-08-29 18:33:41.274 App79[3474:70b] The app delegate must implement the window property if it wants to use a main storyboard file.
2014-08-29 18:33:41.289 App79[3474:70b] ViewDidLoad being called with value :
2014-08-29 18:33:41.290 App79[3474:70b] Constructor being called with value : Some Value
2014-08-29 18:33:41.292 App79[3474:70b] Two-stage rotation animation is deprecated. This application should use the smoother single-stage animation.
2014-08-29 18:33:41.295 App79[3474:70b] Two-stage rotation animation is deprecated. This application should use the smoother single-stage animation.
The thread 0xd4 has exited with code 259 (0x103).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment