User forums > General (but related to Code::Blocks)

problem to view binary string

(1/1)

wever:
Could it be possible something to do to view the binary string char* program in struct FILES files?



There is loaded 11000 bytes but I see only 7 bytes in the windows. That's wrong.

BlueHazzard:
i can give you a "workaround" i don't know if there is a easier solition:
add a watch with the name "files[0].program". Now you should be able to klick on "..." on the left of the value filde in the watches and see all the content.
A other possibility would be to search for the address of "files[0]->program" and look it up in the memory window (debug->Debugging windows->memory)

greetings

Navigation

[0] Message Index

Go to full version