We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f38bc0 commit 6698ef8Copy full SHA for 6698ef8
src/legacy/main/PythonHelper.cpp
@@ -157,8 +157,8 @@ static PyObject* getPyGlobalDict() {
157
}
158
159
bool processPythonDebugEngine(const std::string& cmd) {
160
+ auto& logger = lse::LegacyScriptEngine::getInstance().getSelf().getLogger();
161
if (cmd == LLSE_DEBUG_CMD) {
- auto& logger = lse::LegacyScriptEngine::getInstance().getSelf().getLogger();
162
if (InConsoleDebugMode) {
163
// EndDebug
164
logger.info("Debug mode ended");
0 commit comments