-
Notifications
You must be signed in to change notification settings - Fork 158
Comparing changes
Open a pull request
base repository: vim-vdebug/vdebug
base: 451-error-closing-breakpoint-window
head repository: vim-vdebug/vdebug
compare: master
- 20 commits
- 9 files changed
- 8 contributors
Commits on Sep 9, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for e956d9d - Browse repository at this point
Copy the full SHA e956d9dView commit details -
Merge pull request #482 from vim-vdebug/369-php-extended-properties-d…
…efault add default feature set of some features
Configuration menu - View commit details
-
Copy full SHA for 2aa277c - Browse repository at this point
Copy the full SHA 2aa277cView commit details -
Merge pull request #483 from vim-vdebug/451-error-closing-breakpoint-…
…window 451 error closing breakpoint window
Configuration menu - View commit details
-
Copy full SHA for 88e0826 - Browse repository at this point
Copy the full SHA 88e0826View commit details
Commits on Sep 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1f3ba27 - Browse repository at this point
Copy the full SHA 1f3ba27View commit details
Commits on Sep 29, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for d54b80e - Browse repository at this point
Copy the full SHA d54b80eView commit details -
Merge pull request #488 from vim-vdebug/dont-just-timeout-when-connected
we should not just timeout when there is a debugging session
Configuration menu - View commit details
-
Copy full SHA for 15b6910 - Browse repository at this point
Copy the full SHA 15b6910View commit details
Commits on Oct 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ec99995 - Browse repository at this point
Copy the full SHA ec99995View commit details -
Merge pull request #491 from dave2309/avoid-vim-to-hang-on-stop
Avoid vim to hang on debugger close
Configuration menu - View commit details
-
Copy full SHA for f61a967 - Browse repository at this point
Copy the full SHA f61a967View commit details
Commits on Dec 30, 2020
-
docs: fix simple typo, detatch -> detach
There is a small typo in tests/test_dbgp_api.py. Should read `detach` rather than `detatch`.
Configuration menu - View commit details
-
Copy full SHA for ba8a23b - Browse repository at this point
Copy the full SHA ba8a23bView commit details
Commits on Aug 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4184c6c - Browse repository at this point
Copy the full SHA 4184c6cView commit details
Commits on Nov 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 21dbc4d - Browse repository at this point
Copy the full SHA 21dbc4dView commit details
Commits on Nov 18, 2021
-
Merge pull request #508 from stonedz/master
Added Xdebug v3 instructions to helpfile
Configuration menu - View commit details
-
Copy full SHA for 9c351a1 - Browse repository at this point
Copy the full SHA 9c351a1View commit details -
Merge pull request #496 from timgates42/bugfix_typo_detach
docs: fix simple typo, detatch -> detach
Configuration menu - View commit details
-
Copy full SHA for 3f3b131 - Browse repository at this point
Copy the full SHA 3f3b131View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6efc0ae - Browse repository at this point
Copy the full SHA 6efc0aeView commit details -
Merge pull request #511 from aleixq/master
Add dbgpproxy support
Configuration menu - View commit details
-
Copy full SHA for 402357f - Browse repository at this point
Copy the full SHA 402357fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3484f1a - Browse repository at this point
Copy the full SHA 3484f1aView commit details
Commits on Nov 19, 2021
-
Merge pull request #513 from aleixq/master
TypeError when empty xml elements in response
Configuration menu - View commit details
-
Copy full SHA for a5121a2 - Browse repository at this point
Copy the full SHA a5121a2View commit details
Commits on Feb 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 617c7e0 - Browse repository at this point
Copy the full SHA 617c7e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f979cc0 - Browse repository at this point
Copy the full SHA f979cc0View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6651787 - Browse repository at this point
Copy the full SHA 6651787View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 451-error-closing-breakpoint-window...master