Code::Blocks Forums

User forums => Help => Topic started by: R1S8K on July 21, 2020, 10:36:21 am

Title: How to setup the debugger ?
Post by: R1S8K on July 21, 2020, 10:36:21 am
Hi,

Just installed the latest release, and I installed this one:
codeblocks-20.03mingw-setup.exe

I had the 17.12 version but I couldn't setup the debugger with the same install type.

Then I read in this post that there is a support which is minGW64.
This is the post link:
http://forums.codeblocks.org/index.php?topic=23649.0 (http://forums.codeblocks.org/index.php?topic=23649.0)

And this is the support mingw setup:
https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download (https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download)

And this is my current setup:

(https://i.ibb.co/wRm1yYJ/codeblocks-debugger.png)

The debugger tab in codeblock commands bar is all grayed out:

(https://i.ibb.co/THgKsBs/codeblocks-debugger1.png)

>>> I tried to downsize the images but they are the same after I update the post.

What to do now ?
Title: Re: How to setup the debugger ?
Post by: BlueHazzard on July 21, 2020, 03:45:59 pm
Use  a project

File->New->Project
Title: Re: How to setup the debugger ?
Post by: R1S8K on July 22, 2020, 05:30:59 am
Yep, it worked !

Thanks man :)