Author Topic: setting up minGW to debugger  (Read 3552 times)

Offline 2Eric

  • Single posting newcomer
  • *
  • Posts: 3
setting up minGW to debugger
« on: March 13, 2015, 11:10:28 pm »
sorry if I jumped the gun and did not do a search for this request

I just spent all morning doing nothing, I had code::block set up on windows XP and it worked great but it got a virus and that is the end of that.
I am just trying set it up on windows 7, I just spent the last 1/4 hor installing minGW but can find the path name to set up for debugger
 
settings => debugger => default => executable path.

Sorry to be a worry, maybe I just installed the wrong program 

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: setting up minGW to debugger
« Reply #1 on: March 13, 2015, 11:20:27 pm »
This is the path to where your gdb.exe is located on your file system.
Use a tool for searching it to find it.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline 2Eric

  • Single posting newcomer
  • *
  • Posts: 3
Re: setting up minGW to debugger
« Reply #2 on: March 13, 2015, 11:24:23 pm »
yes you are right but I can not find where it is to get the path.

Now it says zlib1.dll is missing and can not start.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: setting up minGW to debugger
« Reply #3 on: March 14, 2015, 01:09:33 am »
Try to start it from command line to verify that your installation really works.
If it doesn't search the internet for details how to get it work.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline 2Eric

  • Single posting newcomer
  • *
  • Posts: 3
Re: setting up minGW to debugger
« Reply #4 on: March 15, 2015, 03:30:40 am »
never mind I have deleted it now I will use something else, a pity in way I enjoyed  using it on windows XP do not reply I will not be back here again.

Offline raynebc

  • Almost regular
  • **
  • Posts: 217
Re: setting up minGW to debugger
« Reply #5 on: March 16, 2015, 08:31:47 pm »
Your loss.  The less you know about Operating Systems, the harder it is to use them.

Offline harmonics101

  • Single posting newcomer
  • *
  • Posts: 5
Re: setting up minGW to debugger
« Reply #6 on: March 18, 2015, 05:58:04 am »
This is good information - I ran GDB.EXE from the command line and received a message back regarding version and other information . I am assuming when this program is run within Code Blocks - I will get the errors as encountered.

H
Harmonics101