[Gambas-devel] Debug_Write (gambas2-1.9.43 and before)

Charlie Reinl Karl.Reinl at ...16...
Sat Sep 23 20:55:05 CEST 2006


Salut Benoît,

if you send a Design.Command("?" & sVarName, TRUE,... 
where trim(sVarName) = "" but sVarName is one or more spaces,
then Debug_read returns strange results.

I stoped that in FEditor/edtEditor_MouseUp by an 

  IF Trim(edtEditor.Selection.Text) = "" THEN RETURN 

  before the 

  FDebugInfo.InstantWatch(Trim(edtEditor.Selection.Text))

but I think ist a misfunction in debug.

see Attachments.

Amicalment
Charlie 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Failer_in_Debug_Write_2.png
Type: image/png
Size: 57759 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20060923/a0ea9910/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Failer_in_Debug_Write_01.png
Type: image/png
Size: 41647 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20060923/a0ea9910/attachment-0001.png>


More information about the Devel mailing list