Bug 30151 - [scrapbook] Stacktraces and other error messages get inserted into scrapbook
Summary: [scrapbook] Stacktraces and other error messages get inserted into scrapbook
Status: REOPENED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P3 enhancement with 3 votes (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-24 05:29 EST by Simon Tardell CLA
Modified: 2014-07-03 09:37 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Tardell CLA 2003-01-24 05:29:26 EST
If there is an uncaught exception thrown, or if there is a compile error when 
evaluating the scrapbook, the error message gets inserted into the scrapbook. 
It felt a bit bizarre already in VAJ, and it feels even more bizarre that it 
has crept along into Eclipse. It is also quite annoying. Alerts/modal dialogs 
are also annoying but much less so. 

Build: 2.1-M4
Comment 1 Darin Wright CLA 2003-01-24 08:58:02 EST
Nothing planned for 2.1
Comment 2 Eclipse Webmaster CLA 2009-08-30 02:33:40 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.
Comment 3 Baptiste Grenier CLA 2011-02-18 08:00:00 EST
This bug is still valid in Eclipse Helios (3.6):
- open a scrapbook page
- add code: 
int a = 0;
int b = 2/a;
- select and execute the code
- "An exception occurred during evaluation:  java.lang.ArithmeticException" is appended next to the last line.
Comment 4 Marius Kruger CLA 2014-07-03 09:29:37 EDT
I think this bug's status should be CONFIRMED because it is still a problem IMO. If it there is a reason why this will not be fixed, please provided.

I think the scrapbook should be split into two panes with all results including exceptions on the bottom pane.
Comment 5 Michael Rennie CLA 2014-07-03 09:37:55 EDT
(In reply to Marius Kruger from comment #4)
> I think this bug's status should be CONFIRMED because it is still a problem
> IMO. If it there is a reason why this will not be fixed, please provided.
> 

Reopening.

> I think the scrapbook should be split into two panes with all results
> including exceptions on the bottom pane.

Would you be willing to work on such a feature? Currently there is just not enough committer resources to work on this.