Win7 Professional 64 bit Service Pack1; CodeLite IDE 9.2.0
Am able to run a simple program but when I set a breakpoint and run the debugger F5 something is happening but it's not breaking.
Code: Select all
int main() {
time_t now = time(0);
char* dt = ctime(&now);
std::cout << "The local date and time is: " << dt << std::endl;
}
Code: Select all
C:\Windows\system32\cmd.exe /C C:/TDM-GCC-64/bin/mingw32-make.exe -j4 SHELL=cmd.exe -e -f Makefile
"----------Building project:[ PassString2 - Debug ]----------"
mingw32-make.exe[1]: Entering directory 'C:/Users/joe/Documents/CodeLite1/PassString2'
C:/TDM-GCC-64/bin/g++.exe -o ./Debug/PassString2 @"PassString2.txt" -L.
mingw32-make.exe[1]: Leaving directory 'C:/Users/joe/Documents/CodeLite1/PassString2'
====0 errors, 0 warnings====
[Window Title]
gdb.exe
[Main Instruction]
gdb.exe has stopped working
[Content]
A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.
Path to gdb.exe C:\Program Files\TDM-GCC-64\bin\gdb.exe
Here is process tree when the WerFault.exe pops up:
Code: Select all
Name Pid Pri Thd Hnd VM WS Priv
codelite 9556 8 29 446 368852 88048 49624
node 6668 8 8 177 96372 24308 21460
codelite_indexer 10196 8 3 76 83768 6668 2672
gdb 10576 8 1 44 9172 2084 828
gdb 8176 8 3 96 123816 21096 15672
PassString2 1508 8 1 43 10272 1916 444