User forums > Help

debugger broken (cannot open fileops.c)

<< < (2/2)

oBFusCATed:
As far as I can see the debugger works fine.
The problem is that you've installed the debug symbols for glibc or libstdc++.

The debugger has correct callstack and reports file/line information for frames inside glibc/libstdc++.
C::B uses this to decide which frame to select. In your case it fails.
To debug the program just open the callstack window and switch to the correct frame #7.

Nyap:

--- Quote from: oBFusCATed on April 18, 2016, 07:31:50 pm ---As far as I can see the debugger works fine.
The problem is that you've installed the debug symbols for glibc or libstdc++.

The debugger has correct callstack and reports file/line information for frames inside glibc/libstdc++.
C::B uses this to decide which frame to select. In your case it fails.
To debug the program just open the callstack window and switch to the correct frame #7.

--- End quote ---
forgot to mention that I'm new to C++  ;D can you please re-explain in the noobiest way possible

oBFusCATed:
Debug -> Debugging windows -> Callstack -> Double click on the frame with your function

Navigation

[0] Message Index

[*] Previous page

Go to full version