I am trying to debug a program in Code :: Blocks. I followed myself and as far as I could, but debugger does not stop at breakpoints ... I saw what was an unresolved (I was not sure I wanted it Bump or open a new one with more details), I have to mark the "debugging symbols [-G]" flag. Adaptation and all the symbols "-s" are also disabled. I also tried flag- GGDB, no success. I am using TDM-GCC 4.5.2 (I have just upgraded, I had the same problem with 4.5.1 earlier), and debugger GNU GDB 7.2 (GDB First issue with 7.1). I'm on Windows 7 X64 using code 7 blocks SVN 7040 (which is the latest build of night, as far as I know they do not often update updated static updates) (I have one in SVN 6931 Was the only issue). Finally, I also learned that debugger complains about debugging deficiencies, here the output is given in the Debugger window: Thanks I do not know with Ended U already solved it, but I had the same problem and just solved it !! I searched the lot and eventually had a problem .... Non ASCII characters on the project path! There were some Hebrew letters on the folder path where my files are located !! I changed it to regular English letters and debugger worked! Edit: To clarify it - I finally rename the folder in the file system Hebrew English
create successful The goal of creating: inserting debug source: G: \ [...] \ IPCMB3 \ Source Adding: G: \ [...] \ IPCMB 3 \ File Adding: Bin \ debug \ IPCMB3. XIi started debugger: new type registered: wxString registered new type: STL string registered new type: STL Vector setting Reading symbols from breakpoint g: \ [...] \ IPCMB3 / bin / debug / ipcmbb3 XA ... (No debugging symbols found ...) Name and version of debugger: GNU GDB (GDB) 7.2 Child Process PID: 6044 The program normally went out. Debugger Status 0
Comments
Post a Comment