| Summary: | Start debug button is not clickable after starting a misconfigured debug session | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | p3dimaria |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | 25.08.1 | ||
| Target Milestone: | --- | ||
| Platform: | NixOS | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
p3dimaria
2025-09-29 08:33:58 UTC
which debugger is it? Can you list exact steps to reproduce the issue? ๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! (In reply to Waqar Ahmed from comment #1) > which debugger is it? Can you list exact steps to reproduce the issue? 1. Add the folliwing configuration to debuggers.json (Note that this is nix language and will generate the correct json) node = { run = { request = ["${pkgs.vscode-js-debug}/bin/js-debug""\${#run.port}"]; port = 0; }; configurations = { "Node (Launch)".request = { type = "pwa-node"; request = "launch"; program = ''''${file}''; args = ''''${args|list}''; cwd = ''''${workdir}''; stopOnEntry = true; sourceMaps = true; protocol = "inspector"; console = "integratedTerminal"; enableDWARF = true; env = ''''${env|list}''; }; }; }; 2. Select in the debug panel the Node configuration 3. Press the start debug 4. see it fail 5.see that the play button is now inactive ๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! ๐๐งน This bug has been in NEEDSINFO status with no change for at least 30 days. Closing as RESOLVED WORKSFORME. |