-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashed when hit breakpoint #4683
Comments
Crash at breakpoint - Windows 10 Affected platform: LLVM 15.0.4 Crash output: Reproduce steps: |
* Remove unwrap on line option, preventing DAP crash, ref #4683 * Update to fall back to existing values for option fields
* Remove unwrap on line option, preventing DAP crash, ref helix-editor#4683 * Update to fall back to existing values for option fields
* Remove unwrap on line option, preventing DAP crash, ref helix-editor#4683 * Update to fall back to existing values for option fields
* Remove unwrap on line option, preventing DAP crash, ref helix-editor#4683 * Update to fall back to existing values for option fields
* Remove unwrap on line option, preventing DAP crash, ref helix-editor#4683 * Update to fall back to existing values for option fields
* Remove unwrap on line option, preventing DAP crash, ref helix-editor#4683 * Update to fall back to existing values for option fields
* Remove unwrap on line option, preventing DAP crash, ref helix-editor#4683 * Update to fall back to existing values for option fields
Summary
I'm trying to use XDebug (PHP Debugger) in Helix but as soon I hit a breakpoint it is crashing. (Full backtrace is included in reproduction steps)
Here is my debuggger config in
~/.config/helix/languages.toml
I'm using vscode-php-debug vscode extension for XDebug.
The panic is happening at this line
helix/helix-view/src/handlers/dap.rs
Line 230 in 758bace
Let me know if any more info is needed
Reproduction Steps
I tried this:
I expected this to happen:
Execution paused at the breakpoint
Instead, this happened:
Editor crashed with this backtrace
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
zsh
Helix Version
helix 22.08.1 (ba394dc)
The text was updated successfully, but these errors were encountered: