daveleroy / SublimeDebugger

Graphical Debugger for Sublime Text for debuggers that support the debug adapter protocol
MIT License
366 stars 41 forks source link

Can't expand available variables #248

Closed AmjadHD closed 4 months ago

AmjadHD commented 4 months ago
    "debugger_configurations":
    [
        {
            "type": "lldb",
            "request": "launch",
            "name": "Launch",
            "program": "${file_path}/${file_base_name}",
            "pre_debug_task": "Nim: compile for debugging",
            "args": [],
            "cwd": "${file_path}"
        },
    ],

image

daveleroy commented 4 months ago

This was fixed here https://github.com/daveleroy/SublimeDebugger/commit/f07ac3607e68e0c1782009481fed642dad18a8bf it's not on package control yet