Debugger can't access local variables? #6089
ppazos
started this conversation in
Feature/Enhancement Ideas
Replies: 1 comment 3 replies
-
Seems to work for me: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running the debugger and set a breakpoint on a transformer script.
Then tried to access the local variable
msg
in the expression panel, and when the execution stops at my breakpoint, the expression value says"msg" is not defined
.How can I watch local variables (mine or Mirth's e.g. msg, tmp) and display its internal structure?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions