Jan Jurzitza
Jan Jurzitza
both, are you sure the lpi file is correct? It references `` and stuff
what's your build procedure, I haven't setup anything yet, I just installed lazarus and fpc from the arch repositories
uhh I didn't install any gui with it yet, but I can get the gui for lazarus and try that
ok I managed to build it and I can reproduce crashes now when trying to expand the variable, I will try to find out the reason.
This seems like an lldb issue to me ``` (lldb) breakpoint set -f uwebfreak.pas -l 51 Breakpoint 1: where = webfreak`RUNWEBFREAK + 180 at uwebfreak.pas:51, address = 0x00000000004724e4 (lldb) run...
well I used lldb without any extension or code in between there, and if I can't get the command line debugger to work I won't be able to fix an...
`yaourt -S lldb`, it's an archlinux package https://www.archlinux.org/packages/extra/x86_64/lldb/
have you tried using a different compiler or different arguments to emit gdb compatible debug symbols?
I wanted to add the mago part as part of code-d or completely separate extension, I think that makes more sense. Code-D also ships with pretty-printers for GDB and LLDB...
hm got the MagoNatCC.dll and the 2 other files copied into one folder and in the vscppdbg log it says it loads extensions from my specified link folder, but I...