Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vim-vdebug/vdebug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 451-error-closing-breakpoint-window
Choose a base ref
...
head repository: vim-vdebug/vdebug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 9 files changed
  • 8 contributors

Commits on Sep 9, 2020

  1. add default feature set of some features

    If we look at https://xdebug.org/docs/dbgp#options-and-configuration in
    the feature names we see any dbgp debugger must provide some feature set
    by default. Even if that feature is not actually supported.
    
    So from now on we will set multiple_sessions = 0 because Vdebug does not
    support this at the moment and we will try to set extended_properties =
    1; if the used debugger does not support it we will silently continue
    without the feature.
    
    fixes #369
    
    Signed-off-by: BlackEagle <ike.devolder@gmail.com>
    BlackIkeEagle committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    e956d9d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #482 from vim-vdebug/369-php-extended-properties-d…

    …efault
    
    add default feature set of some features
    BlackIkeEagle authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    2aa277c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #483 from vim-vdebug/451-error-closing-breakpoint-…

    …window
    
    451 error closing breakpoint window
    BlackIkeEagle authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    88e0826 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. Revert "no need to load the buffer, we already have it"

    This reverts commit 8ea3620.
    
    Fixes #485 #486 #487
    BlackIkeEagle committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    1f3ba27 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. we should not just timeout when there is a debugging session

    move the client.settimeout back to the socket
    
    fixes #484
    
    Signed-off-by: BlackEagle <ike.devolder@gmail.com>
    BlackIkeEagle committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    d54b80e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #488 from vim-vdebug/dont-just-timeout-when-connected

    we should not just timeout when there is a debugging session
    BlackIkeEagle authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    15b6910 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Avoid vim to hang on debugger close

        ref #490
    dave2309 committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    ec99995 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #491 from dave2309/avoid-vim-to-hang-on-stop

    Avoid vim to hang on debugger close
    BlackIkeEagle authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    f61a967 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. docs: fix simple typo, detatch -> detach

    There is a small typo in tests/test_dbgp_api.py.
    
    Should read `detach` rather than `detatch`.
    timgates42 committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    ba8a23b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    4184c6c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Add dbgpproxy support

    aleixq committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    21dbc4d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Merge pull request #508 from stonedz/master

    Added Xdebug v3 instructions to helpfile
    BlackIkeEagle authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    9c351a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #496 from timgates42/bugfix_typo_detach

    docs: fix simple typo, detatch -> detach
    BlackIkeEagle authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    3f3b131 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary stops

    aleixq authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    6efc0ae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #511 from aleixq/master

    Add dbgpproxy support
    BlackIkeEagle authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    402357f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3484f1a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Merge pull request #513 from aleixq/master

    TypeError when empty xml elements in response
    BlackIkeEagle authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    a5121a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Update Vdebug.txt

    BoilingSoup authored Feb 27, 2022
    Configuration menu
    Copy the full SHA
    617c7e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #515 from BoilingSoup/master

    Fix typo in :help Vdebug
    lucc authored Feb 27, 2022
    Configuration menu
    Copy the full SHA
    f979cc0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Fix python syntax warning

    This fixes #524.
    lucc committed May 2, 2024
    Configuration menu
    Copy the full SHA
    6651787 View commit details
    Browse the repository at this point in the history
Loading