- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- STEP/INTO a subroutine that is dynamically called.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
06-13-2024 04:18 AM - last edited on 06-16-2024 10:26 PM by support_s
06-13-2024 04:18 AM - last edited on 06-16-2024 10:26 PM by support_s
STEP/INTO a subroutine that is dynamically called.
Hi everyone,
Is it possible to use the STEP/INTO debugging command to get in a subroutin ethat is dynamically called? I am gettin the below error
─ PROMPT -error-program-prompt────────────────────────────────────────────────────────────
Displaying source for 1\%PC
%DEBUG-I-SOURCESCOPE, source lines not available for %PC in scope number 0
Displaying source for 1\%PC
It works well if I hardcode the subroutine name.
CALL 'SUB_NAME' the STEP/INTO works fine
CALL W_SUBROUTINE The STEP/INTO doesn't work.
Thanks.
- Tags:
- Operating System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2024 08:57 PM
06-15-2024 08:57 PM
Re: STEP/INTO a subroutine that is dynamically called.
> [...] I am gettin the below error [...]
I do very little with the debugger, so I know nothing, but that
includes what "dynamically called" means to you, and what's behind those
names like SUB_NAME and W_SUBROUTINE. Show some code? Or an actual
test case?
Also, you might get more interest if you provided same basic
information, like, say, hardware type, OS version (patches?), compiler
version, and so on.