Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Getting CValues in debugger JUnit tests

Our undergrads (who are making CDT debugger UI more Fortran-friendly) are writing some JUnit tests for the debugger.

Based on BreakpointTests.java, it looks like ICDITarget#evaluateExpressionToString is one way to get the value of a variable. But is there a way to actually get the CValue object for a variable from an ICDITarget?


Thanks.

Jeff Overbey


Back to the top