First time here? Check out the FAQ!
1

Variable Persistence in the Debug Console

  • retag add tags

In the debug console.

rawDF is a valid dataframe with the column shown. In fact, if I enter rawDF by iteself I get that dataframe's values / data.

This command: temp = rawDF[['activity_id', 'Date Completed']].drop_duplicates()

does not allow me to assign to temp

I have no idea why this is happening?

anonymous user
Anonymous
asked 2025-06-05 19:03:28 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

That's odd. What is the error message, if any? If you put that into code does it work when you debug it?

If it is somehow just not working in Debug Console we'll probably need a test case to figure it out.

Or, as a first step you can turn on diagnostic logging for the debugger with the Debug > Diagnostics > Debug Internals Log File preference, restart debug, replicate the bug, and then send the diagnostic log to support@wingware.com. Please don't turn on the extremely verbose logging option, though, as that won't help in this case and hugely increases the size of the log.

Wingware Support's avatar
4.3k
Wingware Support
answered 2025-06-06 06:59:19 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer