-
Bug
-
Resolution: Unresolved
-
Minor
-
3.4.0.GA
-
None
-
False
-
None
-
False
-
-
Description of problem:
PHP sample provides debug configuration to run current PHP script. This configuration runs the PHP script but the problem is that the debug process is not interrupted by breakpoints set in the editor.
Steps to Reproduce
- Start a PHP workspace
- Open hello-world.php file and set breakpoints
- Launch the configured PHP debugger
Actual results:
The script was executed and we can see the result in Debug console but the debug process wasn't interrupted.
Expected results:
The debugger should stop on the line with breakpoint.
Reproducibility (Always/Intermittent/Only Once):
Always
Additional info (Such as Logs, Screenshots, etc):
Screencust:
screencast-bpconcjcammlapcogcnnelfmaeghhagj-2023.02.03-17_15_43.mp4
- is related to
-
CRW-2989 Fix php support in Dev Spaces 3.x
- Open