Winpdb question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mclaugb

    #1

    Winpdb question

    Is there any way to either restrict the number of variables displayed in the
    Globals or Locals section. It is a pain having to search through this list
    all of the time just to look at the values of variables in my program.
    Bryan


  • Gerhard Häring

    #2
    Re: Winpdb question

    mclaugb wrote:[color=blue]
    > Is there any way to either restrict the number of variables displayed in the
    > Globals or Locals section. It is a pain having to search through this list
    > all of the time just to look at the values of variables in my program.[/color]

    IMO, if you have too many locals or globals then that's a sign that you
    should structure your application better with more functions and classes ...

    -- Gerhard

    Comment

    • nir1408@gmail.com

      #3
      Re: Winpdb question

      Hello Bryan,
      You can restrict the number of variables displayed in the globals
      name-space viewer with the filter button located second from the right
      on the tool bar.
      This will filter out modules, classes, and function names from the
      list.

      Nir

      Comment

      Working...