2010 Mar 15 9:31 AM
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
2010 Mar 15 4:38 PM
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