How can I change the value of a variable while debugging Java code in NetBeans 7.1? -



How can I change the value of a variable while debugging Java code in NetBeans 7.1? -

i have set breakpoint allows me see value in field on object. i'd alter value go on execution, seek edit value variables view, value field grayed-out. there way alter variable values while debugging?

it possible alter value of primitive variables , strings in-place in value column of variables window. alter values of object variables, can utilize "evaluate expression..." under menu debug alternative (ctrl+f9).

java debugging netbeans netbeans-7.1

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -