Code::Blocks Forums

User forums => Help => Topic started by: jobin007007 on October 27, 2007, 11:31:47 pm

Title: DEBUGGING DOESNT WORK --VISUAL STUDIO 2005 just in time DEBUGGER TAKES OVER
Post by: jobin007007 on October 27, 2007, 11:31:47 pm

Hi all,

I'm trying to debug a program. the gdb.exe file is set up as a debugger.

I select the option build and run( and i want codeblocks to debug the program because there is an error somewhere in the program and i want to find it)

 .My problem is that i installed visual studio 2005 and everytime i select build and run, visual studio 2005 just-in-time debugging catches the exception.

i disabled the visual studio runtime debug but now..it says" no installed deubugger has just in time debuggin enable" just-in-time debugging can be enabled from tools/options/debugging/just-in-time.

How do i fix this? The regular debugger works...i.e if i compile and setup breakpoints it works but i want to catch exceptions..that doesnt work

Please help.Thanks
Title: Re: DEBUGGING DOESNT WORK --VISUAL STUDIO 2005 just in time DEBUGGER TAKES OVER
Post by: TDragon on October 28, 2007, 12:33:37 am
I select the option build and run( and i want codeblocks to debug the program because there is an error somewhere in the program and i want to find it)
Then why don't you select the option "Debug", instead of "Build & Run"?