Not signed in (Sign In)

Categories

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthortobias
    • CommentTimeFeb 7th 2010 edited
     
    Hey,

    after I just MacDGBp for some time now, and still being used to a complete IDE, I have some minor feature ideas.

    - Disable connections to MacDBGp (http://www.bluestatic.org/bugs/showreport.php?bugid=189)
    It would be nice to have a switch to disable new debug connections, even if MacDBGp is still opened. With this I could start it once, and only enable it when I need it. I know I could mess with the XDEBUG_SESSION_START cookie, but I just don't like it.
    If MacDBGp would just not accept the connection, it would be much nicer.

    - Evaluate PHP (http://www.bluestatic.org/bugs/showreport.php?bugid=190)
    It would be really nice to have a textfield where I could evaluate some PHP code inside the current context. I would e.g. execute print_r( $foo ) and it would display the result inside a output view.

    - Inspect Variables (http://www.bluestatic.org/bugs/showreport.php?bugid=191)
    Add some window where I can define variables that should be watched. Each time one if this variables changes, I'll see in inside the view. This helps to focus on some variables instead of browsing through a possible huge list.

    - Display arrays inside inspector (http://www.bluestatic.org/bugs/showreport.php?bugid=192)
    It would be nice of the inspector could display the complete array content, instead of the current "...".

    Thanks for listening. If I should create an issue for each of this points, please let me know.
    Tobias
    •  
      CommentAuthorRobert
    • CommentTimeFeb 7th 2010
     
    Please do file each one of these as an enhancement request. These are good ideas.
    • CommentAuthortobias
    • CommentTimeFeb 7th 2010
     
    Created requests and updated the initial post…