You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have problem when I'm trying to debug (GDB 13.1-4) simple app write in c++ and compiled with gcc from MSYS2. After debug start, each time I place breakpoint program stops and receive SIGINT interrupt even if the breakpoint wasn't reached. When I stop and resume SIGTRAP interrupt is catched.
When I downgrade GDB to 12.1-6 everything starts working ok. Is there some problem with GDB or CDT?
My configuration:
OS: Windows 10
GCC: 13.1.0 (MSYS2 mingw32)
GDB: 13.1 or 12.1 (MSYS2 mingw32)
Eclipse IDE for C/C++ Developers Version: 2023-06 (4.28.0) Build id: 20230608-1333
CDT: Version: 11.2.0.202306051917 Build id: 20230605-1917
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have problem when I'm trying to debug (GDB 13.1-4) simple app write in c++ and compiled with gcc from MSYS2. After debug start, each time I place breakpoint program stops and receive SIGINT interrupt even if the breakpoint wasn't reached. When I stop and resume SIGTRAP interrupt is catched.
When I downgrade GDB to 12.1-6 everything starts working ok. Is there some problem with GDB or CDT?
My configuration:
OS: Windows 10
GCC: 13.1.0 (MSYS2 mingw32)
GDB: 13.1 or 12.1 (MSYS2 mingw32)
Eclipse IDE for C/C++ Developers Version: 2023-06 (4.28.0) Build id: 20230608-1333
CDT: Version: 11.2.0.202306051917 Build id: 20230605-1917
Beta Was this translation helpful? Give feedback.
All reactions