We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Godot v4.2.2.rc1 - Windows 10.0.22631 - Vulkan (Mobile) - dedicated NVIDIA GeForce RTX 4070 (NVIDIA; 31.0.15.3640) - AMD Ryzen 7 3700X 8-Core Processor (16 Threads)
Based on the Debug Adapter Protocol Specifications the Response to an Evaluate Request needs the field variablesReference https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Evaluate
Currently it is not part of the response:
{ arguments = { context = "hover", expression = "save_state", frameId = 0 }, command = "evaluate", seq = 24, type = "request" } [ DEBUG ] 2024-03-01T13:52:07Z+0100 ] ...ppData/Local/nvim-data/lazy/nvim-dap/lua/dap/session.lua:951 ] 1 { body = { result = '{ "metal_upgrade_group": { }, "health": 2000, "weapon_systems": { "res://game/entities/player_ship/ship_upgrades/weapon_systems/laser_beam/laser_beam.tscn": { "metal_upgrade": { "metal_upgrade_group": { } }, "current_upgrades_paths": [], "number_of_deployed_turrets": 2 }, "res://game/entities/player_ship/ship_upgrades/weapon_systems/cannon/start_cannon.tscn": { "metal_upgrade": { "metal_upgrade_group": { } }, "current_upgrades_paths": [], "number_of_deployed_turrets": 2 } }, "combat_modules": { "res://game/entities/player_ship/ship_upgrades/combat_modules/shield_generator/shield_generator.tscn": { "metal_upgrade_group": { }, "is_deployed": true } } }' }, command = "evaluate", request_seq = 24, seq = 47, success = true, type = "response" }
This leads to errors i.e. in the debugger client of nvim - nvim-dap.
N/A
The text was updated successfully, but these errors were encountered:
CC @rsubtil
Sorry, something went wrong.
variablesReference
evaluate
Successfully merging a pull request may close this issue.
Tested versions
System information
Godot v4.2.2.rc1 - Windows 10.0.22631 - Vulkan (Mobile) - dedicated NVIDIA GeForce RTX 4070 (NVIDIA; 31.0.15.3640) - AMD Ryzen 7 3700X 8-Core Processor (16 Threads)
Issue description
Based on the Debug Adapter Protocol Specifications the Response to an Evaluate Request needs the field variablesReference
https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Evaluate
Currently it is not part of the response:
This leads to errors i.e. in the debugger client of nvim - nvim-dap.
Steps to reproduce
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: