[Gambas-bugtracker] Bug #1521: Code search in all sources fails

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Tue Feb 5 00:21:06 CET 2019


http://gambaswiki.org/bugtracker/edit?object=BUG.1521&from=L21haW4-

Comment #5 by C THAL:

No. I'll try to debug it tomorrow. I came until SetPosition in TextEditor.class.

At

sLine = Me[iLine].Text 

iLine is 839 (for the file gambas/app/src/gambas3/.src/Debug/FDebugExpr.class)

That's the right position for the string "Popup" in the file.
But in the Texteditor object it is at line 832(!)

As Me[839].Text is "" the code crashes here but does not throw an error but instead prints out some backtrace to console ... elsewhere ... strange ...

The TextEditor Object seems to be filled badly ... it misses a few lines. No idea why.

C THAL changed the state of the bug to: Accepted.




More information about the Bugtracker mailing list