thread 'main' panicked at 'called Option::unwrap()
on a None
value'
#9255
Labels
C-bug
Category: This is a bug
Option::unwrap()
on a None
value'
#9255
Summary
thread 'main' panicked at 'called
Option::unwrap()on a
Nonevalue', /build/helix-2Yvm31/helix-23.10/helix-view/src/handlers/dap.rs:231:57
Experiencing this bug randomly, while launching a debugger session. May lead to loss of data.
Reproduction Steps
I tried this:
hx
myfile.phpSpace g l
Launch debuggerphp myscript.php
in another shellHelix crash at point 3, when launching a PHP debugging session with php-xdebug and inteliphense. The debugger setup is fine and is running, into Helix two times out of three.
hx --health php
I understand it's the early stages of debugging integrations, as warned it's experimental, thanks for the great work already, it's almost there!
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
zsh
Installation Method
source
Helix Version
23.10
The text was updated successfully, but these errors were encountered: