View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000129 | Ecere SDK | ide | public | 2008-08-22 21:24 | 2014-05-19 01:32 |
Reporter | rohypnol | Assigned To | jerome | ||
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 0.44.10 64 | Fixed in Version | 0.44.10 64 | ||
Summary | 0000129: Strings in the Watches window | ||||
Description | Literal strings aren't evaluated properly in the Watches window, they always evaluate to null. "ABC"[0] should produce 65 but in stead it produces "Memory can't be read at (null)" and "ABC" should produce a string "ABC" but instead it produces "0x00000000 Null string". This is to allow watches such as "someteststring"[i] where i is a user variable. (char*)"ABC" should produce "ABC" but instead it produces "Evaluation failed for "(char*)"ABC"" of type "CastExp"" Low priority. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2008-08-22 21:24 | rohypnol | New Issue | |
2012-03-08 16:52 | redj | Target Version | => 0.45 Ginkakuji |
2012-03-29 07:52 | redj | Category | => ide |
2012-03-29 07:52 | redj | Project | @3@ => Ecere SDK |
2013-04-25 20:20 | jerome | Target Version | 0.45 Ginkakuji => 0.44.5 Debug |
2014-05-01 02:10 | jerome | Assigned To | => jerome |
2014-05-01 02:10 | jerome | Priority | normal => immediate |
2014-05-01 02:10 | jerome | Status | new => assigned |
2014-05-01 02:10 | jerome | Target Version | 0.44.70 Debug => 0.44.10 64 |
2014-05-03 23:37 | jerome | Status | assigned => resolved |
2014-05-03 23:37 | jerome | Fixed in Version | => 0.44.10 64 |
2014-05-03 23:37 | jerome | Resolution | open => fixed |
2014-05-03 23:37 | jerome | Note Added: 0001259 | |
2014-05-19 01:32 | jerome | Status | resolved => closed |