Operating System - OpenVMS
1752422 Members
5625 Online
108788 Solutions
New Discussion юеВ

SET TERM/PAGE not working in openVMS debugger

 
jeffAllen
Occasional Visitor

SET TERM/PAGE not working in openVMS debugger

DBG> SHOW TERM

Terminal Width: 132
Page: 24
Wrap: 255

DBG> SET TERM/PAG=48

DBG> SHOW TERM

Terminal Width: 132
Page: 24
Wrap: 255

2 REPLIES 2
Volker Halle
Honored Contributor

Re: SET TERM/PAGE not working in openVMS debugger

What kind of 'terminal' are you using ? VT100 (or similar) or a DECwindows terminal ? What does SHOW TERM show at DCL level. You may need to increase the page size at DCL level, before being able to increase the page size in the debugger.

Volker.

jeffAllen
Occasional Visitor

Re: SET TERM/PAGE not working in openVMS debugger

I'm using a terminal emulator actually, PowerTerm Pro Enterprise set to emulate VT420-7.  Yes, the terminal page size is set to 48 from both the VMS session and from the terminal emulator itself.  Also, when I spawn from DEBUG and show term, it is set to 48.  Still, the DEBUG windows are all scrunched into 24 lines.