Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Borland Delphi > Little bug in c...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 3718 of 3952
Post > Topic >>

Little bug in cpu window: multi-line source code not displayed.

by "Skybuck Flying" <BloodyShame@[EMAIL PROTECTED] > Apr 30, 2008 at 11:40 AM

Hello,

The following source code:

var
    Bla : byte;
    Bla1 : byte;
    Bla2 : byte;
    Bla3 : byte;
    Bla4 : byte;

Bla :=
    Bla1 +
    Bla2 +
    Bla3 +
    Bla4;

is displayed in the cpu window as:

Project1.dpr.18: Bla :=
00409160 8D1C02           lea ebx,[edx+eax]
00409163 02D9             add bl,cl
00409165 021D08F94000     add bl,[$0040f908]

The additional lines Bla1 + etc are missing !

This gives an inaccurate view of the situation ;) !

Bye,
  Skybuck.
 




 1 Posts in Topic:
Little bug in cpu window: multi-line source code not displayed.
"Skybuck Flying"  2008-04-30 11:40:20 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Oct 13 4:28:21 CDT 2008.