Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to view list buffer in new debugger?

Former Member
0 Likes
1,263

Hi there,

Any body knows how to view the list buffer generated so far while debugging in new debugger.It says, after first write statement a new button appears in tool bar.I couldn't find it.Please help.

regards

Hi there,

Any body knows how to view the list buffer generated so far while debugging in new debugger.It says, after first write statement a new button appears in tool bar.I couldn't find it.Please help.

regards

1 REPLY 1
Read only

Former Member
0 Likes
694

HI,

The option Goto -> Status Display - > Display List (or Ctrl+F12) allow you to see the output so far written to the sysout in the Old Debugger.

if you are using the new debugger the only work around that I have found is to switch to the old debugger

( Debugger -> Switch to classic debugger)

You can then use CTRL+F12 to see the list output. Then you can switch back to the new debugger.

According to my thought this facility seems absent in new debugger.

Regards