WheretIB / LuaDkmDebugger

Visual Studio C++ debugger extensions for Lua
MIT License
81 stars 32 forks source link

Loading script list directly from Lua state #9

Closed Xottab-DUTY closed 3 years ago

Xottab-DUTY commented 3 years ago

Look at Decoda – it can load scripts directly from the Lua state, thus we don't need to even setup anything. Very needed feature. =)

WheretIB commented 3 years ago

This extension loads scripts directly from memory if the source file is not available.

Can you please provide more details for the scenario that doesn't work for you?

Xottab-DUTY commented 3 years ago

The sources are not available in the filesystem at all. Because of that I can't really configure the extension, hence I can't open any script that I want and set a breakpoint to it.

This extension is missing (and it would be nice to add) a window with all loaded scripts. (all scripts – both that are successfully found in the file system and from memory if they are not found in file system)

WheretIB commented 3 years ago

List of scripts WIP: image

WheretIB commented 3 years ago

Script list panel can be displayed using 'Show Script list' menu option in v0.9.6 release. Update will be available in the Marketplace a bit later.