Ticket #114 (closed enhancement: fixed)

Opened 8 months ago

Last modified 7 months ago

Filter generated variables during debug

Reported by: stephan Owned by: stephan
Priority: major Milestone: OTDT_1.2.0
Component: debug Version: 1.1.9
Keywords: Cc:

Description

In r11373 in the OTDT_0.8.19 stream (tag) carp tried to hide internal local variables by not adding them to the CodeStream. In 3.4 this is not a good idea so the patch had to be backed out (r18321).

Now, we might consider generally adapting the VariablesView to not show certain generated variables (or beautify them).

This shouldn't be so hard considering that we already have a VariablesViewAdaptor ;-)

Change History

Changed 7 months ago by stephan

  • owner set to stephan
  • status changed from new to assigned
  • summary changed from Filter generate variables during debug to Filter generated variables during debug

Changed 7 months ago by stephan

  • status changed from assigned to closed
  • resolution set to fixed

Implemented in r18668:

  • uniformly support OT-internal variables
  • make this filtering configurable via the view's menu.

Applied this to TeamView? and VariablesView?.

Note: See TracTickets for help on using tickets.