Annoying popup panels during debug
Forum rules
DO NOT POST LICENSE NUMBERS, ACTIVATION KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.
Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
DO NOT POST LICENSE NUMBERS, ACTIVATION KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.
Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
-
- Posts: 107
- Last visit: Tue Dec 31, 2019 12:35 pm
Annoying popup panels during debug
Not sure why this is happening but, just recently, there are two panels that popup (and then immediately close) whenever I debug my code (i.e. hit F5). They complete obscure the code panel and are a real annoyance. They are there and gone so fast, it's hard to tell what they say...but I think one of them is called 'Watch' and the other is, I think, called 'Debug'. The latter is really weird because I already have a debug window open.Since this started up just a few days ago, I think I may have enabled something by mistake?
Mike
- Alexander Riedel
- Posts: 7607
- Last visit: Fri Mar 05, 2021 1:33 pm
- Been upvoted: 6 times
Annoying popup panels during debug
I am not sure how they obscure the code and immediately vanish at the same time, but ok 
Start PrimalScript and load some script
Set a breakpoint and start debugging
Select View -> Debug Windows
Enable "Call Stack", "Variables" and "Watch".
Dock these panels where you want them. Side by side, tabbed, whatever.
Stop Debugging.
The panels should hide
Start debugging again and the panels should show at their preset positions.

Start PrimalScript and load some script
Set a breakpoint and start debugging
Select View -> Debug Windows
Enable "Call Stack", "Variables" and "Watch".
Dock these panels where you want them. Side by side, tabbed, whatever.
Stop Debugging.
The panels should hide
Start debugging again and the panels should show at their preset positions.
Alexander Riedel
SAPIEN Technologies, Inc.
SAPIEN Technologies, Inc.
-
- Posts: 107
- Last visit: Tue Dec 31, 2019 12:35 pm
Annoying popup panels during debug
Yeah, I tried that already:.But as soon as I run my script, the code
window becomes largely obscured behind the debug window: And all three
debug windows I enabled become disabled:mbaker2011-12-09 10:51:37
window becomes largely obscured behind the debug window: And all three
debug windows I enabled become disabled:mbaker2011-12-09 10:51:37
Mike
- Alexander Riedel
- Posts: 7607
- Last visit: Fri Mar 05, 2021 1:33 pm
- Been upvoted: 6 times
Annoying popup panels during debug
Well, yeah, they are switched off again once the debugger stops since they have no use without the debugger running.
It's not a popup. You somehow dragged the debug console and docked it by itself.
Just grab it and dock it back down with the other Debug windows and it becomes a tab again.
It's not a popup. You somehow dragged the debug console and docked it by itself.
Just grab it and dock it back down with the other Debug windows and it becomes a tab again.
Alexander Riedel
SAPIEN Technologies, Inc.
SAPIEN Technologies, Inc.