comp.lang.ada
 help / color / mirror / Atom feed
* GPS debugging problem
@ 2019-11-29 14:23 L Dries
  0 siblings, 0 replies; 4+ messages in thread
From: L Dries @ 2019-11-29 14:23 UTC (permalink / raw)


I have the following procedure that I a busy with degugging. I am 
working in GPS. I want to see the value of Grid(X, Y).x_val and 
Grid(X,Y).y_val
The problem in GPS is that I cannot set that element only the parameter 
Grid which is not recognized as an record, possibly because it is 
declared in another package.

    procedure On_OK(Object : access Gtk_Button_Record'Class) is
       pragma Unreferenced (Object);
       n_ch : integer;
    begin
       n_ch := choices(integer(Get_Active(Fill_Dialog.StrN_Combo)));
       Grid(X, Y).Fill := n_ch;
       Grid(X, Y).Status := manual;
       Set_Impossible(Grid(X, Y).x_val, Grid(X, Y).y_val);
       Make;
       On_Dialog_End(null);
    end On_OK;

What to do to see those values
-- 
L. Dries


^ permalink raw reply	[flat|nested] 4+ messages in thread
* GPS debugging problem
@ 2016-01-05 10:57 ldries46
  2016-01-06  9:05 ` briot.emmanuel
  0 siblings, 1 reply; 4+ messages in thread
From: ldries46 @ 2016-01-05 10:57 UTC (permalink / raw)


I created a breakpoint in one of my programs.  The breakpoint is within an 
if statement, at line 325. in the Edit Breakpoint window I can find this 
breakpoint back as nr. 4. When running the program I  need to stop the 
program only within that if statement. In fact the program stops at line 327 
just outside the if statement and is presented in de debugging console as 
nr. 4. What can I do solve this program, I already have recompiled the 
program again by deleting the exe file. Even started GPS again. Delted the 
breakpoints and posituoning them again. Nothing helps. 

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

end of thread, other threads:[~2019-11-29 14:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-29 14:23 GPS debugging problem L Dries
  -- strict thread matches above, loose matches on Subject: below --
2016-01-05 10:57 ldries46
2016-01-06  9:05 ` briot.emmanuel
2016-01-06 11:26   ` ldries46

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