Fix incorrectly adding watches of subfolders of currently loading directory.

WIP process id picker.
This commit is contained in:
Martín Lucas Golini
2025-01-19 01:34:15 -03:00
parent b0d6e6153d
commit 84f1740d2b
7 changed files with 158 additions and 21 deletions

View File

@@ -236,6 +236,8 @@ class DebuggerPlugin : public PluginBase {
void prepareAndRun( DapTool debugger, DapConfig config,
std::unordered_map<std::string, std::string> solvedInputs );
UIWidget* processIdPicker();
};
} // namespace ecode