When I try call code completion (ctrl+space) after 2 ":"
appear Access Violation error.
Application version: 4.9.9.2
Platform : Windows NT
OS version : version 5.1 (build 2600)
Additional info: Dodatek Service Pack 2
The following error occured in version 4.9.9.2:
Access violation at address 00404B14 in
module 'devcpp.exe'. Read of address 202A206E (at
address 0x00404B14)
Please include a description of what you were doing
before the error occured (please give as much
precisions as possible) :
State information follows:
Stack trace:
0058F80A (0018E80A): ShowExceptionInfo
(ExceptionsAnalyzer - 566)
0058F9FF (0018E9FF):
TExceptionsAnalyzer.GlobalExceptionHandler
(ExceptionsAnalyzer - 574)
004B0044 (000AF044):
TSynEditStringList.LoadFromStream
(SynEditTextBuffer - 925)
004B0044 (000AF044):
TSynEditStringList.LoadFromStream
(SynEditTextBuffer - 925)
004B0044 (000AF044):
TSynEditStringList.LoadFromStream
(SynEditTextBuffer - 925)
004E0E4F (000DFE4F): ListSort (CodeCompletion - 496)
004E0E1C (000DFE1C): ListSort (CodeCompletion -
488)
004E10D5 (000E00D5): TCodeCompletion.Search
(CodeCompletion - 555)
00588C4E (00187C4E): TEditor.EditorKeyDown (editor -
1108)
004B6A14 (000B5A14): TCustomSynEdit.KeyDown
(SynEdit - 2012)
004B69F8 (000B59F8): TCustomSynEdit.KeyDown
(SynEdit - 2001)
004BE612 (000BD612): TCustomSynEdit.WndProc
(SynEdit - 5900)
0059105B (0019005B): (devcpp - 230)
00591079 (00190079): (devcpp - 230)
Logged In: YES
user_id=1233695
Error raise only when before is space. I would like to view all
global variables.
CODE:
int globalVariable;
(...)
int main(...) {
(...)
cout << ::[error here]
}