Advertisement
Guest User

Debugger Fail

a guest
Jul 17th, 2014
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. Building to ensure sources are up-to-date
  2. Selecting target:
  3. Debug
  4. Adding source dir: C:\Users\Equipo1\Desktop\Función Gaussiana\
  5. Adding source dir: C:\Users\Equipo1\Desktop\Función Gaussiana\
  6. Adding file: C:\Users\Equipo1\Desktop\Función Gaussiana\bin\Debug\Función Gaussiana.exe
  7. Changing directory to: C:/Users/Equipo1/Desktop/FUNCIN~1/.
  8. Set variable: PATH=.;C:\Program Files (x86)\CodeBlocks\MinGW\bin;C:\Program Files (x86)\CodeBlocks\MinGW;C:\Program Files (x86)\CodeBlocks\sfml\bin;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\Windows\System32;C:\Windows;C:\Windows\System32\wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\EgisTec MyWinLocker\x64;C:\Program Files (x86)\EgisTec MyWinLocker;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT
  9.  
  10. [debug]Command-line: C:\Program Files (x86)\CodeBlocks\MINGW\bin\gdb.exe -nx -fullname -quiet -args C:/Users/Equipo1/Desktop/FUNCIN~1/bin/Debug/FUNCIN~1.EXE
  11. [debug]Working dir : C:\Users\Equipo1\Desktop\FUNCIN~1
  12.  
  13. Starting debugger: C:\Program Files (x86)\CodeBlocks\MINGW\bin\gdb.exe -nx -fullname -quiet -args C:/Users/Equipo1/Desktop/FUNCIN~1/bin/Debug/FUNCIN~1.EXE
  14. done
  15.  
  16. [debug]> set prompt >>>>>>cb_gdb:
  17.  
  18. Registered new type: wxString
  19. Registered new type: STL String
  20. Registered new type: STL Vector
  21. Setting breakpoints
  22.  
  23. [debug]Reading symbols from C:\Users\Equipo1\Desktop\FUNCIN~1\bin\Debug\FUNCIN~1.EXE...done.
  24. [debug](gdb) >>>>>>cb_gdb:
  25. [debug]> show version
  26. [debug]GNU gdb (GDB) 7.5
  27. [debug]Copyright (C) 2012 Free Software Foundation, Inc.
  28. [debug]License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  29. [debug]This is free software: you are free to change and redistribute it.
  30. [debug]There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  31. [debug]and "show warranty" for details.
  32. [debug]This GDB was configured as "i686-pc-mingw32".
  33. [debug]For bug reporting instructions, please see:
  34. [debug]<http://www.gnu.org/software/gdb/bugs/>.
  35. [debug]>>>>>>cb_gdb:
  36. [debug]> set confirm off
  37.  
  38. Debugger name and version: GNU gdb (GDB) 7.5
  39.  
  40. [debug]>>>>>>cb_gdb:
  41. [debug]> set width 0
  42. [debug]>>>>>>cb_gdb:
  43. [debug]> set height 0
  44. [debug]>>>>>>cb_gdb:
  45. [debug]> set breakpoint pending on
  46. [debug]>>>>>>cb_gdb:
  47. [debug]> set print asm-demangle on
  48. [debug]>>>>>>cb_gdb:
  49. [debug]> set unwindonsignal on
  50. [debug]>>>>>>cb_gdb:
  51. [debug]> set print elements 0
  52. [debug]>>>>>>cb_gdb:
  53. [debug]> set new-console on
  54. [debug]>>>>>>cb_gdb:
  55. [debug]> set disassembly-flavor att
  56. [debug]>>>>>>cb_gdb:
  57. [debug]> catch throw
  58. [debug]Catchpoint 1 (throw)
  59. [debug]>>>>>>cb_gdb:
  60. [debug]> source C:\Program Files (x86)\CodeBlocks\share\codeblocks/scripts/stl-views-1.0.3.gdb
  61. [debug]>>>>>>cb_gdb:
  62. [debug]> directory C:/Users/Equipo1/Desktop/FUNCIN~1/
  63. [debug]Source directories searched: C:/Users/Equipo1/Desktop/FUNCIN~1;$cdir;$cwd
  64. [debug]>>>>>>cb_gdb:
  65. [debug]> break "C:/Users/Equipo1/Desktop/Función Gaussiana/Main.cpp:11"
  66. [debug]No source file named C:/Users/Equipo1/Desktop/Función Gaussiana/Main.cpp.
  67. [debug]Breakpoint 2 ("C:/Users/Equipo1/Desktop/Función Gaussiana/Main.cpp:11") pending.
  68. [debug]>>>>>>cb_gdb:
  69. [debug]> run
  70. [debug]Starting program: C:\Users\Equipo1\Desktop\FUNCIN~1\bin\Debug\FUNCIN~1.EXE
  71.  
  72. Child process PID: 5780
  73.  
  74. [debug][New Thread 5780.0xf40]
  75. [debug][Inferior 1 (process 5780) exited normally]
  76. [debug]>>>>>>cb_gdb:
  77.  
  78. [Inferior 1 (process 5780) exited normally]
  79.  
  80. [debug]> quit
  81.  
  82. Debugger finished with status 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement