comp.lang.ada
 help / color / mirror / Atom feed
* How to do basic debugging with Ada?
@ 2015-01-05  2:52 John Smith
  2015-01-05  3:41 ` Hubert
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: John Smith @ 2015-01-05  2:52 UTC (permalink / raw)


Hello,

All the way in the bottom is a simple hello world application. I compile it using gnatmake hello_world.  However, when I load it in gdb and try to set a breakpoint on the first output line, I get a message saying that the symbol table is not loaded.  If I'm missing a step, what is it?




with Ada.Text_IO; use Ada.Text_IO;

procedure hello_world3 is
begin
  Put_Line("Hello, world!");
  New_Line;
  Put_Line("I am an Ada program with package use.");
end hello_world3;


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-01-08  3:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-05  2:52 How to do basic debugging with Ada? John Smith
2015-01-05  3:41 ` Hubert
2015-01-05  3:43 ` brbarkstrom
2015-01-05  8:06 ` Simon Wright
2015-01-08  3:40   ` John Smith
2015-01-05  9:15 ` jsquirek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox