Languages

Menu
Sites
Language
Tizen Xamarin.Forms debugger issue Visual Studio Mac

Hi, I have followed the instructions for "VS for Mac extension for Tizen" to setup Tizen dev under MacOS Catalina. After I create a new Tizen TV blank app for Xamarin.Forms, I can run the app without debugging on the TV emulator with no problem but when I start debugging, I get an "Execution Failed" error on the VS Mac. I can see below in IDE logs:

ERROR [2020-05-18 05:32:03Z]: Execution failed
System.TypeLoadException: VTable setup of type MonoDevelop.Debugger.DotNetCore.DotNetCoreDebuggerSession failed
  at MonoDevelop.Debugger.DebuggerEngine.CreateSession () [0x00006] in /Users/builder/azdo/_work/1/s/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggerEngine.cs:122 
  at MonoDevelop.Debugger.DebuggingService.InternalRun (MonoDevelop.Core.Execution.ExecutionCommand cmd, MonoDevelop.Debugger.DebuggerEngine factory, MonoDevelop.Core.Execution.OperationConsole c) [0x0008c] in /Users/builder/azdo/_work/1/s/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggingService.cs:805 
  at MonoDevelop.Debugger.DebuggingService.Run (MonoDevelop.Core.Execution.ExecutionCommand cmd, MonoDevelop.Core.Execution.OperationConsole console, MonoDevelop.Debugger.DebuggerEngine engine) [0x00000] in /Users/builder/azdo/_work/1/s/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggingService.cs:696 
  at MonoDevelop.Debugger.DebugExecutionHandlerFactory.Execute (MonoDevelop.Core.Execution.ExecutionCommand command, MonoDevelop.Core.Execution.OperationConsole console) [0x0000b] in /Users/builder/azdo/_work/1/s/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebugExecutionHandlerFactory.cs:53 
  at Tizen.VisualStudioMac.ProjectSystem.TizenProjectExtension.OnExecute (MonoDevelop.Core.ProgressMonitor monitor, MonoDevelop.Projects.ExecutionContext context, MonoDevelop.Projects.ConfigurationSelector configuration, MonoDevelop.Projects.SolutionItemRunConfiguration runConfiguration) [0x0070d] in <2daa8e3d43394f7e9b6429da4dc52ab5>:0 
  at MonoDevelop.Projects.SolutionItem.Execute (MonoDevelop.Core.ProgressMonitor monitor, MonoDevelop.Projects.ExecutionContext context, MonoDevelop.Projects.ConfigurationSelector configuration, MonoDevelop.Projects.SolutionItemRunConfiguration runConfiguration) [0x00150] in /Users/builder/azdo/_work/1/s/main/src/core/MonoDevelop.Core/MonoDevelop.Projects/SolutionItem.cs:1020 
  at MonoDevelop.Projects.Solution.OnExecute (MonoDevelop.Core.ProgressMonitor monitor, MonoDevelop.Projects.ExecutionContext context, MonoDevelop.Projects.ConfigurationSelector configuration, MonoDevelop.Projects.SolutionRunConfiguration runConfiguration) [0x00049] in /Users/builder/azdo/_work/1/s/main/src/core/MonoDevelop.Core/MonoDevelop.Projects/Solution.cs:985 
  at MonoDevelop.Ide.ProjectOperations.ExecuteSolutionItemAsync (MonoDevelop.Core.ProgressMonitor monitor, MonoDevelop.Projects.IBuildTarget entry, MonoDevelop.Projects.ExecutionContext context, MonoDevelop.Projects.ConfigurationSelector configuration, MonoDevelop.Projects.RunConfiguration runConfiguration) [0x0005e] in /Users/builder/azdo/_work/1/s/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/ProjectOperations.cs:1386 

Has it been reported before? How can I fix this?

Thanks

Responses

4 Replies
vivek ellur

Hello Kalak

Could you please share the version of TV extension installed and the URL from where the TV extension sdk was installed. Also please share the Tizen OS version for which app was created.
 

vivek ellur

Hi,
Please share the screenshot of IDE when error occurs  and also the Visual studio for Mac version and Tizen extension version installed.
 

kalak

Hi vivek, I have followed the instructions to setup from below guide:

https : // docs.tizen.org/application/vstools-mac/overview

Below are version of intsalled tools:
Visual Studio for Mac Extension for Tizen 1.1
Package Manager 0.5.6
Emulator Manager 2.6.10
TV-Extensions 5.5
Visual Studio Professional 2019 for Mac Version 8.5.6 (build 11)

When I create a new project using either Tizen 5.0 or 5.5 'Blank App (Xamarin.Forms)'  or 'Tizen XAML App (XamarinForms)' templates and try debugging on the emulator I face the issue:

kalak

Hi vivek, any updates?