xamarin.ios - MonoTouch - Running in Debug results in "Could not insert pending Breakpoint" -


i've done clean all, i've reset simulator, can't explain why following: (see 'resolved pending breakpoint' line, , 'could not insert')

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: /users/drisszouak/projects/zenvelopes/zenvelopes/bin/iphonesimulator/debug/zenvelopes.exe resolved pending breakpoint @ 'envelopeviewcontroller.xib.cs:76' void zenvelopes.envelopeviewcontroller:handlebtnnewenvelopeclicked ():0. not insert pending breakpoint @ 'envelopeviewcontroller.xib.cs:69'. perhaps source line not contain statements, or source not correspond current binary. loaded assembly: /developer/monotouch/usr/lib/mono/2.1/mono.data.sqlite.dll [external] loaded assembly: /developer/monotouch/usr/lib/mono/2.1/system.data.dll [external] loaded assembly: /developer/monotouch/usr/lib/mono/2.1/system.dll [external] loaded assembly: /developer/monotouch/usr/lib/mono/2.1/system.transactions.dll [external] loaded assembly: /developer/monotouch/usr/lib/mono/2.1/system.xml.dll [external] 

the code on line 69 , 76 valid code, , event handlers toolbar buttons. when click on 1 of buttons, null reference exception.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -