xsharp.eu • Debugger in XIDE
Page 1 of 1

Debugger in XIDE

Posted: Sat Aug 26, 2017 12:21 pm
by Frank Müßner
Hi Chris,

i have a small app that work in VS2017 , and i can debug in VS2017 (Ok, before the Last VS update)

I switch to XIDE an i can compile, build and start the app.
But when try to Debug, XIDE freeze when Step into oXApp:Start()
(and "Debug session paused" is green.) i have to kill the Process.

Have you an Idea where in can look?

Frank

Debugger in XIDE

Posted: Sat Aug 26, 2017 3:43 pm
by Chris
Hi Frank,

Unfortunately I am using an external library (taken from SharpDevelop) for debugging in XIDE and for some reason this has trouble some times with the code that x# generates, but I haven't yet found what is the problem exactly. It usually happens with very large methods, is the oXApp:Start() a large one indeed (larger than 200/300 lines)?

Chris

Debugger in XIDE

Posted: Sat Aug 26, 2017 4:19 pm
by Frank Müßner
Hi Chris,

yes, Start() have 821 lines.
I have much Prg with over 10.000 Lines.

Frank

Debugger in XIDE

Posted: Sat Aug 26, 2017 9:23 pm
by Chris
Hi Frank,

Me too, I have many prg files over 10k lines. But the problem is not with large files, only with large entities. If you cut the Start() method to smaller ones, then it should be ok. I know, it's not nice at all, this causes trouble also to myself while programming and I also hope to find a solution about this.

Chris

Debugger in XIDE

Posted: Sun Aug 27, 2017 12:50 am
by Chris
Hi Frank,

I have found a workaround! Still not perfect, but should be much more workable now.
Please check your mail..

Chris