Is there issue with debug mode?

Dear all, i noticed that the debug doesn’t show much information under watch window when i step in to try to see whether my codes are correct. any idea why? then it just seems to “hang” there.

image

HI
https://forum.uipath.com/t/empty-locals-panel-in-debug-mode-after-find-children-activity/200987

Hope it helps

Hi @winnie_toh ,
You can check Locals panel
Or check update ver
regards,
LNV

@winnie_toh

Make sure that the variables you’re trying to watch actually have values assigned to them at the point where you’re trying to inspect them. If variables are not initialized or are out of scope, they might not appear in the watch window.
Ensure that your breakpoints are placed correctly at the lines of code you want to inspect. If you’ve set a breakpoint too late or early in the code execution, you might not see the relevant variables.
Instead of just using breakpoints, try stepping through your code line by line using the debugger. This can help you see how variables change as the program executes.
Update or Restart

Dear all, i just uninstalled and reinstalled, however, still showing nothing. T_T
any further help is greatly appreciated!!

image

@winnie_toh

https://docs.uipath.com/studio/standalone/2023.4/user-guide/the-watch-panel

Dear all,

i found out how to show it!! i tried using the breakpoints → show breakpoints panel and finally it shows!!!

image

Dear all, bummer, today when i try to do the same, it doesn’t show again. T_T what is wrong with my UiPath software?? :frowning: