Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Help setting up debugger - no symbol table(I'm not really sure where to go from here.)
Help setting up debugger - no symbol table [message #1725505] Fri, 04 March 2016 00:19 Go to next message
Matt Stone is currently offline Matt StoneFriend
Messages: 1
Registered: March 2016
Junior Member
I am trying to debug a hello world program. I can run the program fine, and it prints hello world. However, when I press f11 to run the debugger, I get a program crash.

This is above my head, could anyone help orient me in the right direction? Thanks!

GNU gdb (GDB) 7.9.1
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.or----------------------
-
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 "i686-w64-mingw32".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<h-//www.g-----------------gs/>.
Find the GDB manual and other documentation resources online at:
<ht-----------------on/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
No symbol table is loaded. Use the "file" command.
No symbol table is loaded. Use the "file" command.
[New Thread 3204.0x1f4]
[Inferior 1 (process 3204) exited normally]





I'm using 64 bit windows 7 pro
eclipse MARS.2 CDT 64bit


-Matt
Re: Help setting up debugger - no symbol table [message #1725583 is a reply to message #1725505] Fri, 04 March 2016 14:56 Go to previous message
Marc Khouzam is currently offline Marc KhouzamFriend
Messages: 357
Registered: July 2009
Senior Member
Try right-clicking on your project and choosing "Debug As->C/C++ Application"

If that still does not work, can you provide us with 'gdb traces'
https://wiki.eclipse.org/CDT/User/FAQ#I.27ve_been_asked_for_.27gdb_traces.27.2C_where_can_I_find_them.3F

Marc
Previous Topic:C++ code manipulation
Next Topic:Arduino Feature Request - Support for old-style board plugins
Goto Forum:
  


Current Time: Thu Sep 19 15:23:31 GMT 2024

Powered by FUDForum. Page generated in 0.03677 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top