Skip to content

godot 3.5 debugger that allows you to track in which file and line a console.out([]); function was called

License

Notifications You must be signed in to change notification settings

kzTCP/godot_debugger_kz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

godot_debugger_kz (plugin)

godot 3.5 or 4.x debugger that allows you to track in which file and line a console.out([]); function was called

How To Use

Tip

console.out([...args]);

Examples

console.out([ "text" ]);

output = text

console.out([ "text", 5, 12.0, 'c' ]);

output = text, 5, 12.0, c

console.out([ "text", ["list", 5] ]);

output = text, ["list", 5]

console.out([ "text", {"list": 5, 5: "list"} ]);

output = text, {"list": 5, 5: "list"}

Icons Meaning

icon meaning
resize image popupable window
resize image save (position and size)
resize image reset size
resize image dock
resize image clear text
resize image settings
resize image refresh
resize image sponsor

About

godot 3.5 debugger that allows you to track in which file and line a console.out([]); function was called

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published