Created
February 12, 2015 05:37
-
-
Save jerstlouis/5fdfad07b97567e43376 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft Windows [Version 6.1.7600] | |
Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
C:\Users\jerome>cd "\Program Files" | |
C:\Program Files>cd "Ecere SDK" | |
C:\Program Files\Ecere SDK>bin | |
'bin' is not recognized as an internal or external command, | |
operable program or batch file. | |
C:\Program Files\Ecere SDK>gdb ide | |
GNU gdb (GDB) 7.7.1 | |
Copyright (C) 2014 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "x86_64-w64-mingw32". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: | |
<http://www.gnu.org/software/gdb/bugs/>. | |
Find the GDB manual and other documentation resources online at: | |
<http://www.gnu.org/software/gdb/documentation/>. | |
For help, type "help". | |
Type "apropos word" to search for commands related to "word"... | |
Reading symbols from ide...(no debugging symbols found)...done. | |
(gdb) run | |
Starting program: C:\Program Files\Ecere SDK\bin\ide.exe | |
[New Thread 4212.0x1b0] | |
[New Thread 4212.0xb44] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment