- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: %DEBUG-W-NEEDMORE ADA V3.5-23 ALPHA
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2008 06:15 AM
03-20-2008 06:15 AM
%DEBUG-W-NEEDMORE ADA V3.5-23 ALPHA
$ADA myprog.ada
$ACS LINK myprog /DEBUG/NOOPT
$RUN /DEBUG myprog
yeilds
%DEBUG-I-INITIAL, Language ADA, Module: ADA$MYPROG
%DEBUG-I-NOTATMAIN, Type GO to reach MAIN program
%DEBUG-W-NEEDMORE, unexpected end of command line
Open VMS 7.3-2
ADA 3.5-23
ADA ECO 3.5-24
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2008 07:54 AM
03-20-2008 07:54 AM
Re: %DEBUG-W-NEEDMORE ADA V3.5-23 ALPHA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2008 03:43 PM
03-21-2008 03:43 PM
Re: %DEBUG-W-NEEDMORE ADA V3.5-23 ALPHA
$ ada/deb/noopt myprog.ada
$ link/deb ada
Also, I don't think you should put /noopt on the link command line. The /noopt means that you don't want the compiler (in this case ADA) to optimize the object module. The reason you need this is so the debugger can read the source lines from the myprog.ada.
So try the two lines I suggested above, and le us know if it still does not work. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2008 01:09 AM
03-25-2008 01:09 AM
Re: %DEBUG-W-NEEDMORE ADA V3.5-23 ALPHA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2008 01:20 AM
03-25-2008 01:20 AM
Re: %DEBUG-W-NEEDMORE ADA V3.5-23 ALPHA
ADA /DEBUG (Sorry I missed this off my post)
Thank you for the replies.
Problem solved by:
VMS732_PTHREAD V1.0