bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how can i modify a vertor when debug a C++ code with GDB.


From: qianyingshuo0099
Subject: how can i modify a vertor when debug a C++ code with GDB.
Date: Thu, 28 Jan 2016 23:32:15 -0800 (PST)
User-agent: G2/1.0

Hi all
   i am a fresh man of using GDB, now i want to modify a vertor container in 
GDB.

>>> code

        if(cTestVec.empty())
        {
                return -1
        }

>>> end

well, The param cTestVec is empty. but i want modify is when degueing.

thk u everyone!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]