Author Topic: Broken STL support, pathetic support (1 yr+ issue not fixed)  (Read 1903 times)

piyushj

  • Community Member
  • Posts: 28
  • Hero Points: 0
Any idea of fix date? STL support !
Please don't claim C++ debugging if you can't do it.

piyushj

  • Community Member
  • Posts: 28
  • Hero Points: 0
Re: Broken STL support, pathetic support (1 yr+ issue not fixed)
« Reply #1 on: June 17, 2017, 05:53:19 PM »
single file project, simple STL C++ file, windows+ minGW

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2897
  • Hero Points: 153
Re: Broken STL support, pathetic support (1 yr+ issue not fixed)
« Reply #2 on: June 19, 2017, 01:24:34 PM »
How did you create the project and setup the debugger?

Dennis

  • Senior Community Member
  • Posts: 3960
  • Hero Points: 517
Re: Broken STL support, pathetic support (1 yr+ issue not fixed)
« Reply #3 on: June 19, 2017, 04:31:52 PM »
Looks to me like you are trying to debug a 32-bit app using the 64-bit version of GDB (or vice-versa, you don't mention what you are using).  Debug > Debugger Options... > Configurations, and then add your 32-bit MingW GDB executable to the list.

FYI, this is a GDB limitation, multi-architecture support lags for GDB on Windows, it always has.

Of course, I'm just guessing here.  The screenshot alone doesn't really help me reproduce the problem.  What helps is an example C++ source file (and project) plus steps to reproduce the problem.
« Last Edit: June 19, 2017, 04:34:53 PM by Dennis »