need help with LLDB debugger.

General questions regarding the usage of CodeLite
bshi02
CodeLite Curious
Posts: 1
Joined: Sat Feb 06, 2016 10:56 am
Genuine User: Yes
IDE Question: c++
Contact:

need help with LLDB debugger.

Post by bshi02 »

I used LLDB debugger in linux environment(Lubuntu 15.10 Willy Werewolf),but it always show an incorrect local value in watch window.(In contrast,GDB debugger always works great on CodeLite,It doesn't show any incorrect value at all):cry:
I have uploaded a mp4 video file to dropbox cloud which demonstrate an example of incorrect value which was shown in watch windows when I changed it to LLDB debugger.(value of argc must be 2 in both of two debugger, but it is 0 in the LLDB debugger)

https://www.dropbox.com/s/rigz80ji6c937 ... 0.mp4?dl=0

Is there anyone who know why this weird result was to be shown in LLDB debugger?

For your information,I used this source code for this example of incorrect value.