User forums > Using Code::Blocks

MinGW64 Debugger not starting

<< < (2/2)

purplex88:
Yes, thank you please tell me if you find out:
• Compiler: GNU GCC Compiler 8.1 (x64)
• Operating System: Windows 8.1 (x64)
• Code::Blocks: 17.12 (x86)
• GDB: 8.1 (x64)

oBFusCATed:
Which release are you using? mingw or mingw-w64?

purplex88:
Both of them. The 'space' error happens with mingw-w64 but when I use mingw that came code blocks it doesn't happen i.e. it is fine to use spaces in project names and the debugger works.

oBFusCATed:
Oh, and keep in mind that a 32bit program cannot interrupt 64bit program. So the pause and stop buttons in the debugger toolbar won't work. Also it won't be possible to add breakpoints if the program is running and it is not stopped on another breakpoint.

raynebc:
MinGW traditionally has trouble with spaces in its path as well.  The very first sentence of this article on their website says so:
http://www.mingw.org/wiki/Getting_Started

Navigation

[0] Message Index

[*] Previous page

Go to full version