User forums > Help

Codeblocks 32 bit 20.03 with mingw is broken. Doesn't find compiler and debugger

<< < (3/4) > >>

hidrerarta:

--- Quote from: sodev on February 26, 2024, 08:05:45 pm ---I don't know why you think you can solve your problem by downgrading even further. Especially for such a well known, longstanding problem, like spaces in paths.

But you already named the issue, spaces in path, and there is a simple solution for this: remove the spaces.

--- End quote ---

It's not because of spaces. I copied the project to path without spaces, opened it and started debugger. Same problem. Debugger runs but doesn't work correctly, doesn't display line of code.

hidrerarta:
I have 64 bit operating system, 64 bit codeblocks, 32 bit MINGW. If that matters. I tried both 32 bit GDB and 64 bit. Same result.

hidrerarta:
When I debug my application, when I set breakpoints they work. But when my application crashes it doesn't show on what line of code.

hidrerarta:
My application crashes when there is a lot of graphics data displayed with opengl. When I stop displaying text it doesn't crash. But debugger doesn't show any information where it crashes.

sodev:
I am not an expert of GDB but if the crash does happen inside an external library you need the debugging symbols of that library as well. But even without you should get a backtrace of at least the path inside your application.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version