Code::Blocks Forums

User forums => Help => Topic started by: dylzez on February 17, 2020, 12:53:30 am

Title: Dubuger
Post by: dylzez on February 17, 2020, 12:53:30 am
i have a very simple program, it is show in the image below. This program itself runs just fine. However when i try to use the debugger, it does not even open up the terminable like i believe it should. Don't know what i should ask for this problem, but yeah.
Title: Re: Dubuger
Post by: stahta01 on February 17, 2020, 04:14:31 am
http://wiki.codeblocks.org/index.php/Debugging_with_Code::Blocks (http://wiki.codeblocks.org/index.php/Debugging_with_Code::Blocks)

My guess on your problem. NOTE: Your image is not visible to me.
Quote
To debug your program you need to setup a project. Single file programs are not supported.

Tim S.