Xide Array mit dem Debugger anschauen

Deutschsprachiges X#-Forum – German language forum

Moderator: wriedmann

Post Reply
User avatar
Horst
Posts: 327
Joined: Tue Oct 13, 2015 3:27 pm

Xide Array mit dem Debugger anschauen

Post by Horst »

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
Attachments
Array.jpg
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: Xide Array mit dem Debugger anschauen

Post by robert »

Horst,
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
I know that Chris is working on this.
In VS it works:
array.png
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
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Re: Xide Array mit dem Debugger anschauen

Post by Chris »

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:

XIDE_debugger_ARRAY.png
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
User avatar
Horst
Posts: 327
Joined: Tue Oct 13, 2015 3:27 pm

Re: Xide Array mit dem Debugger anschauen

Post by Horst »

Thanks Chris and Robert
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Re: Xide Array mit dem Debugger anschauen

Post by Chris »

Hi Horst,

This has been improved in XIDE 2.19, now it's easier to view array contents in the debugger:

XIDE_Array_debugging.png

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 test
chris(at)xsharp.eu
User avatar
Horst
Posts: 327
Joined: Tue Oct 13, 2015 3:27 pm

Re: Xide Array mit dem Debugger anschauen

Post by Horst »

Hello Chris

Thank you :-)

Horst
Post Reply