You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Merge pull request #109987 from van800/shakhov/dap-devices
Refactor debugging on a device with DAP - now possible with all device types
This commit is contained in:
@@ -456,7 +456,7 @@ String EditorRunBar::get_playing_scene() const {
|
||||
return run_filename;
|
||||
}
|
||||
|
||||
Error EditorRunBar::start_native_device(int p_device_id) {
|
||||
Error EditorRunBar::start_native_device(int p_device_id) const {
|
||||
return run_native->start_run_native(p_device_id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user