|
Hi,
Does anyone knows whether it is possible to expand
variables like $name and $package in the EntryCode property field for an
operation in Rose C++.
In every function I would like to create a debug
object as the first step and initialize it with a string that contains
package name, class name and function name. Something like:
Debug
theDebugObj("PackageName::ClassName::FunctionName")
I tried to define EntryCode to
Debug
theDebugObj("{$packageName}::{$className}::{$name}") but the symbols does not
get substituted by their values.
Any help is appreciated.
Best regards
Poul Lund J�rgensen |
