mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
When we hit an exception, pass the line number of the top-of-stack
* This allows us to update the current line highlight before stopping.
This commit is contained in:
@@ -62,7 +62,7 @@ private slots:
|
||||
// manual slots
|
||||
void interactive_keypress(QKeyEvent *e);
|
||||
void traceLine(const QString &file, int line);
|
||||
void exception(const QString &type, const QString &value, QList<QString> frames);
|
||||
void exception(const QString &type, const QString &value, int finalLine, QList<QString> frames);
|
||||
void textOutput(bool isStdError, const QString &output);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user