mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Reintroduce getFileLine for Console Modules
This commit is contained in:
parent
01cfa4a604
commit
27b6973da0
2 changed files with 2 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ public:
|
|||
bool setBreakpoint(U32 lineNumber) override;
|
||||
|
||||
void findBreakLine(U32 ip, U32 &line, U32 &instruction) override;
|
||||
const char *getFileLine(U32 ip);
|
||||
const char *getFileLine(U32 ip) override;
|
||||
|
||||
///
|
||||
String getFunctionArgs(U32 offset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue