Skip to content

lua the array manager:machine():debugger().consolelog items is all nil #7344

Open
@zengfr

Description

@zengfr

lua the array manager:machine():debugger().consolelog items is all nil

mame64 ffight -autoboot_delay 0 -autoboot_script D:\mame\dbg.lua

local logs=manager:machine():debugger().consolelog
local leng=#logs
for i=0,leng do
local line=logs[i]
print("line"..tostring(line))
if( (line ~= nil) and (line ~= "") ) then
table.insert(self.alllogs,line,line)

	end
end

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions