Hallo
Ich habe einen eindimensionalen Array mit X-Einträgen -> aCamtFile . Wen ich den Array im Debugger anschaue kommen tausende von Infos aber nicht was in aCamtFile [1] oder aCamtFile [2] drin ist. Wo sehe ich diese Info.
Sorry ist mir fast peinlich das zu fragen.
Gruss
Horst
Xide Array mit dem Debugger anschauen
Moderator: wriedmann
Re: Xide Array mit dem Debugger anschauen
Horst,
In VS it works: The collapsed line shows the # of elements and a preview of the first elements.
When expanded you can see the contents.
Robert
I know that Chris is working on this.Horst wrote: ↑Fri Oct 27, 2023 4:05 pm Hallo
Ich habe einen eindimensionalen Array mit X-Einträgen -> aCamtFile . Wen ich den Array im Debugger anschaue kommen tausende von Infos aber nicht was in aCamtFile [1] oder aCamtFile [2] drin ist. Wo sehe ich diese Info.
Sorry ist mir fast peinlich das zu fragen.
Gruss
Horst
In VS it works: The collapsed line shows the # of elements and a preview of the first elements.
When expanded you can see the contents.
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
Re: Xide Array mit dem Debugger anschauen
Hi Horst,
Nothing for you to be embarrassed about, it's me that I am embarrassed that XIDE still has difficult to use debugger! Had been working in other areas of XIDE lately, but I promise next thing will be various debugger improvements like this. Hopefully I can send you a newer version to give it a try in a couple weeks.
For now, you can open the array items like in this screenshot, it's very far from ideal, but at least it should work:
Nothing for you to be embarrassed about, it's me that I am embarrassed that XIDE still has difficult to use debugger! Had been working in other areas of XIDE lately, but I promise next thing will be various debugger improvements like this. Hopefully I can send you a newer version to give it a try in a couple weeks.
For now, you can open the array items like in this screenshot, it's very far from ideal, but at least it should work:
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
Re: Xide Array mit dem Debugger anschauen
Thanks Chris and Robert
Re: Xide Array mit dem Debugger anschauen
Hi Horst,
This has been improved in XIDE 2.19, now it's easier to view array contents in the debugger:
You just need to use the "new" XIDE versions for that though, by running XIDE32.exe for 32bit app debugging or XIDE.64.exe for 64 bit apps. Those will soon become the only available versions and the old one (XIDE.exe) will be removed from the XIDE installer, unless there are any problems found with the new versions.
That was the first step, much more debugger improvements are planned for the next XIDE versions..
This has been improved in XIDE 2.19, now it's easier to view array contents in the debugger:
You just need to use the "new" XIDE versions for that though, by running XIDE32.exe for 32bit app debugging or XIDE.64.exe for 64 bit apps. Those will soon become the only available versions and the old one (XIDE.exe) will be removed from the XIDE installer, unless there are any problems found with the new versions.
That was the first step, much more debugger improvements are planned for the next XIDE versions..
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
Re: Xide Array mit dem Debugger anschauen
Hello Chris
Thank you
Horst
Thank you
Horst