I can't debug my application here is the exception below :
Debugging starts
Initializing application
ArcGIS.Extras.Plugin: void __cdecl ArcGISExtrasPlugin::registerTypes(const char *) ArcGIS.Extras
ArcGIS.Extras.Plugin: void __cdecl ArcGISExtrasPlugin::registerTypes(const char *) Registering Singleton Types
ArcGIS.Extras.Core: void __cdecl TkTypes::registerTypes(const char *) ArcGIS.Extras
ArcGIS.Runtime.Plugin: void __cdecl ArcGISRuntimePlugin::initializeLicense(void) Invalid clientId QVariant(QString, "") status 1
class QGeoPositionInfoSource *__cdecl PositionInfoSourceFactory::positionInfoSource(class QObject *) QDeclarativePositionSource(0x4ee04b0)
int __cdecl main(int,char *[]) ApplicationWindow_QMLTYPE_64_QML_67(0x44af7d0)
QSslSocket: cannot resolve TLSv1_1_client_method
QSslSocket: cannot resolve TLSv1_2_client_method
QSslSocket: cannot resolve TLSv1_1_server_method
QSslSocket: cannot resolve TLSv1_2_server_method
QSslSocket: cannot resolve SSL_select_next_proto
QSslSocket: cannot resolve SSL_CTX_set_next_proto_select_cb
QSslSocket: cannot resolve SSL_get0_next_proto_negotiated
Exception at 0x7fefd9b940d, code: 0xe06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first chance) in EsriRuntimeQt!EsriRuntimeQt::ClassBreaksRenderer::rendererType
KK-
Can you please upload your code? I don't know for certain, but it looks like you may be creating a ClassBreaksRenderer and the Enum for renderer type is causing some problems. Seeing your application's code should help diagnose the issue.
Thanks,
Luke