mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-21 13:15:57 +00:00
Change python scripting 'debug' button to just attach, not run
This commit is contained in:
@@ -145,7 +145,7 @@ signals:
|
||||
|
||||
public slots:
|
||||
void executeString(const QString &source);
|
||||
void executeString(const QString &filename, const QString &source, bool debugging);
|
||||
void executeString(const QString &filename, const QString &source);
|
||||
|
||||
void executeFile(const QString &filename);
|
||||
void setGlobal(const char *varName, const char *typeName, void *object);
|
||||
|
||||
Reference in New Issue
Block a user