Bug 374275 - Provide option for turning off "EGL debugging"
Summary: Provide option for turning off "EGL debugging"
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-14 12:30 EDT by Justin Spadea CLA
Modified: 2017-02-23 14:07 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Spadea CLA 2012-03-14 12:30:53 EDT
Goal: allow developers to easily debug the generated Java code.

JDT has context menu item on stack frames: Show Source > [egl, Java, Default]

This does most of what we want, but not everything (see bug 374257 comment 2). It would probaby be easy to provide our own action in the "EGL" submenu of the Debug view "Disable EGL debugging" and this setting would take effect immediately on all debug targets. It would also be nice to provide the option on specific debug targets as a one-time switch. JDT's existing action is a nice fit if it gets updated to do the extra stuff outlined in bug 374257, otherwise we could add a new action that's more obvious to EGL users.

Also - a benefit to having our own action is that we can disable filtering for the target when the default stratum is set to "Java", and also display the original Java variables in the Variables view.