Guest User

Untitled

a guest
Feb 19th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. >>>>>>cb_gdb:
  2. > directory c:\work\src\FFarsh\bin\debug/
  3. >>>>>>cb_gdb:
  4. > break "../../src/InE.cpp:221"
  5. Breakpoint 6 at 0x401f20: file ..\..\src\InE.cpp, line 221.
  6. >>>>>>cb_gdb:
  7. > break "c:/work/src/FFarsh/src/InE.cpp:221"
  8. No source file named c:/work/src/FFarsh/src/InE.cpp.
  9. Breakpoint 7 ("c:/work/src/FFarsh/src/InE.cpp:221) pending.
  10. >>>>>>cb_gdb:
  11. > break InE.cpp:221
  12. Breakpoint 8 at 0x401f20: file ..\..\src\InE.cpp, line 221.
  13. >>>>>>cb_gdb:
Add Comment
Please, Sign In to add comment