More improvements to debugger. Allow to pick running process to debug. Improve expressions inspection.

This commit is contained in:
Martín Lucas Golini
2025-01-19 23:40:15 -03:00
parent 84f1740d2b
commit 5533ab46f1
15 changed files with 301 additions and 76 deletions

View File

@@ -2070,7 +2070,8 @@ void LSPClientPlugin::showDocumentSymbols( UICodeEditor* editor ) {
return;
getUISceneNode()->getRoot()->setFocus();
UIWindow* win = UIWindow::NewOpt( UIMessageBox::WindowBaseContainerType::LINEAR_LAYOUT );
UIWindow* win =
UIWindow::NewOpt( UIMessageBox::WindowBaseContainerType::VERTICAL_LINEAR_LAYOUT );
win->setMinWindowSize( 400, getUISceneNode()->getSize().getHeight() * 0.7f );
win->setKeyBindingCommand( "closeWindow", [win, editor] {
win->closeWindow();