Comment 20 for bug 1767826

Revision history for this message
Novak Tamas (novak-7) wrote :

@Orson, how to get that "extra debug" version? I may download from somewhere, or you can send me with https://wetransfer.com/ --> <email address hidden>

I have more development tools installed (SystemWorkbench STM32 in Eclipse, Qt Creator, Keil uVision, and MS VisualStudio), and I fear of screw** up something in setups if try to build KiCad from source.

My memories are somewhat fresh on the "incident": I was over a couple hours of pcbnew work, final trimming, dragged tracks and vias with D. Suddenly when I was moving mouse over a corner point of two tracks, pushing D, machine seemed stopping responding. I was not sure what was happening, so I pushed Esc and D a couple times. Mouse cursor kept moving, but dragging track didn't get started. Then I clicked Save on top toolbar, and crash Windows messagebox appeared at that point.

I tried to connect gdb (I have Qt Creator installed and gdb is its debug), but somehow VisualStudio started instead (I don't know what I was doing exactly). It generated only files unusable like:

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{911E67C6-3D85-4FCE-B560-20A9C3E3FF48}") = "kicad", "..\..\Program Files\KiCad-10202\bin\kicad.exe", "{7A3AE587-51CF-4C49-B26A-D0BA951F356C}"
 ProjectSection(DebuggerProjectSystem) = preProject
  PortSupplier = 00000000-0000-0000-0000-000000000000
  Executable = C:\Program Files\KiCad-10202\bin\kicad.exe
  RemoteMachine = BENTI
  StartingDirectory = C:\Program Files\KiCad-10202\bin
  Environment = Default
  LaunchingEngine = 00000000-0000-0000-0000-000000000000
  UseLegacyDebugEngines = No
  LaunchSQLEngine = No
  AttachLaunchAction = No
 EndProjectSection
EndProject
Global
 GlobalSection(SolutionConfigurationPlatforms) = preSolution
  Release|x64 = Release|x64
 EndGlobalSection
 GlobalSection(ProjectConfigurationPlatforms) = postSolution
  {7A3AE587-51CF-4C49-B26A-D0BA951F356C}.Release|x64.ActiveCfg = Release|x64
 EndGlobalSection
 GlobalSection(SolutionProperties) = preSolution
  HideSolutionNode = FALSE
 EndGlobalSection
EndGlobal