Forum Replies Created
-
AuthorPosts
-
vkoeniParticipant
When I start debugging I get:
VisualGDB version: 5.5.105.4124
—————— System.MissingFieldException ——————
System.MissingFieldException: Feld nicht gefunden: “BSPEngine.DebugStartContext.RemoteContext”.
at OpenOCDPackage.OpenOCDDebugController.StartGDBStub(IDebugStartService startService, DebugStartContext context)
at rb2.q1(ConfiguredDebugMethod a)
at om1.s_2(DebugCustomizationSettings b, Boolean a)
at ef.k3()
at kt.f1_2()
at VisualGDB.GDBDebugEngine.q(d23 b, w1 a)
trace=[OpenOCDPackage.OpenOCDDebugController.StartGDBStub:-1, rb2.q1:220, om1.s_2:0, ef.k3:484, kt.f1_2:22, VisualGDB.GDBDebugEngine.q:58]vkoeniParticipantI connected to a J-Link debugger (comes with an eval board) and when I select the J-Link in the debug settings pahge I get an error like “cannot load”
System.TypeLoadException: Der Typ “BSPEngine.ICustomDebugMethodConfigurator2” in der Assembly “BSPEngine, Version=5.5.105.1, Culture=neutral, PublicKeyToken=8f764369eb712693” konnte nicht geladen werden.
at OpenOCDPackage.OpenOCDDebugController.CreateConfigurator(LoadedDebugMethod method, IBSPConfiguratorHost host)
at VisualGDB.Common_GUI.WPF.DebugMethodSettingsControl.Controller.BoundDebugMethod.ProvideConfiguratorOrThrow(IBSPConfiguratorHost host)
at VisualGDB.Common_GUI.WPF.DebugMethodSettingsControl.Controller.UpdateSelectedConfigurator(Boolean suppressPropertyChangeHandlers, MethodOrDeviceItemBase value, MethodOrDeviceItemBase prevValue)vkoeniParticipantok, downloaded https://sysprogs.com/getfile/1747/openocd-20211118-0.11.0.vgdbxedp
after that I got an error in when setting up a project for ST-Link or OpenOCD like
System.TypeLoadException: Der Typ “BSPEngine.ICustomDebugMethodConfigurator2” in der Assembly “BSPEngine, Version=5.5.105.1, Culture=neutral, PublicKeyToken=8f764369eb712693” konnte nicht geladen werden.
at OpenOCDPackage.OpenOCDDebugController.CreateConfigurator(LoadedDebugMethod method, IBSPConfiguratorHost host)
at VisualGDB.Common_GUI.WPF.DebugMethodSettingsControl.Controller.BoundDebugMethod.ProvideConfiguratorOrThrow(IBSPConfiguratorHost host)
at VisualGDB.Common_GUI.WPF.DebugMethodSettingsControl.Controller.UpdateSelectedConfigurator(Boolean suppressPropertyChangeHandlers, MethodOrDeviceItemBase value, MethodOrDeviceItemBase prevValue)Then I also downloaded stm32mp1-20200113-0.10.0.vgdbxedp
When I try to install that with “Manage VisualGDB Packages/Install a package from file”, an error “Unknown package signature” with the details:
VisualGDB version: 5.5.105.4124
—————— System.Exception ——————
System.Exception: Unknown package file signature
at an2.j(String f, String a, Boolean d, k b, jb c, y e)
at an2.t(String a, a b, jb c)
at an2.j1.b(jb a)
at VisualGDB.Common_GUI.WPF.ItemizedProgressWindow.<>c__DisplayClass2_0`1.<RunAction>b__0()</em>
<em> trace=[an2.j:984, an2.t:68, an2+j1.b:0, VisualGDB.Common_GUI.WPF.ItemizedProgressWindow+<>c__DisplayClass2_0`1.<RunAction>b__0:0]pops up.
What can be done?
-
AuthorPosts