WheretIB / LuaDkmDebugger

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

pythonDkmDebugger for python #23

Closed brinkqiang closed 1 year ago

brinkqiang commented 1 year ago

Hello, LuaDkmDebugger is the best lua plugin I have ever used. Now I am developing in python. Can you port a python version following the same principle? Because I based on my research on python I found that they have some things in common. For example, modularization, require module -> import module luaopen + _modulename -> init + modulename thx!

fsfod commented 1 year ago

That already exists as part of Python tools for Visual Studio. The code from that extension was probably used as guide for writing LuaDkmDebugger. The debugger mode for it is shown here Debug Python and C++ together, it uses the same concord\DKM debugger system.