FR 1110


FR Number


Problem Description


1110


C++ Run-Time Services Debugger info command: Displays 0 but you enter 1.


Full Description

In the C++ Target Services Library command line debugger, the ‘info’ command on an actor gives you a list of the actor’s components.

That list is 0-based, but the ‘info’ command is 1-based.

Add 1 to get information for a specific component of interest.