[gvd-devel] (no subject)

Arnaud Charlet charlet@ACT-Europe.FR
Wed, 17 Jul 2002 10:05:19 +0200


Thanks for your report.

> S1) GVD could include the source of the main procedure
>     in the sources tree.

This should already be the case.

> S2) GVD could display at once the source of the main procedure
>     (instead of nothing)

Same thing. You may be missing some -g flag.

> S3) When one wish to start running a program step by step
>     GVD could jump to the first instruction (by placing a provisory
>     breakpoint ? anyway, with the technique of "Continue Until Line..."),
>     it could be nicer than the dry "The program is not being run" message
>     by GDB.

That's what the start menu (F2) is all about.

> S4) For choosing sources (File/Open Source...) the box could offer
>     filters (Ada files: *.ads, *.adb, ... | C files: ...)

Right, this file selection widget does not support such things.
Future versions (most likely of GPS rather than GVD) will provide this.

> S5) Add a list of recent files, especially sources, e.g. in the menu
>     "File"

Same thing here.

> B1) "File/Close" then "File/Open Source..." displays
>     "Unexpected internal error, please report"

Thanks, we've filed this as a minor bug, since GVD is not an IDE: it is a
debugger, and GVD does not expect people to do anything when no debugger is
running.

> B2) GVD doesn't find sources that the GNAT compiler finds
>     (e.g. the a-except.adb etc.). Possible reason:
>     in addition to ADA_INCLUDE_PATH, GVD should look
>     into the registry:
>     HKEY_LOCAL_MACHINE\SOFTWARE\Ada Core Technologies\GNAT\Standard Libraries

This is a gdb issue, and can be solved using the gdb "dir" command.

Arno