Can't open settings window in uniface debugger - debugging

I can't open the settings windows in the debugger of uniface 9.7 any more.
If i click on the menu "Settings" nothing happens.
see debugger settings menu
Have someone an idea what i can do to fix the problem?

You must have made it too small by acciden and now you cannot resize it anymore.
Use regedit to delete the settings for the uniface debugger window/pane sizes.

I found an answer in the uniface forum from the user 'Iain Sharp' that works for me.
"Try resetting the app layout.
Click the uniface icon on the very top left of the debugger window, then settings then go to the state tab, and tick "Delete current layout.....".
Then close out of the debugger, and try again." (Iain Sharp)
See here: In the debugger enviroment the 'Settings' window can't be open

Related

Xcode: "Hide Navigator" ⌘, 0 stopped working. Why did it disappear?

In Xcode, there is a keyboard shortcut to hide the navigator, ⌘,0. But it stopped working. I went to system preferences and manually added it back but it disappeared again. Why does this keep happening?
I just realized that I had the developer documentation window open. For some reason, when this window is open, the "Hide Navigator" keyboard shortcut is no longer active. For all currently open Xcode windows. However, the command (⌘, 0) works only once to close the navigator in the developer documentation window then stops working until you close the window.

How do you close the DOM Properties window in Firefox Developer Edition?

I am using Firefox Developer Edition and when I had the Inspector open, which is accessed by right-clicking an item and selecting Inspect Element, I then right clicked something in the Inspector and selected Show DOM Properties, which you can see in the screenshot below:
However I cannot figure out for the life of me how to close the DOM Properties window.
How can one do this?
The feature you're referring to is called the "split console." You have it toggled on currently. It will show when a tab other than the console is selected. You can click in the split console, or command+alt+k on OSX, and hit escape to close it, or click on the console tab, or click the button in the top right of the dev tools to toggle it back off. I find it most usefull with the debugger tab. When the debugger is paused, you can access variables within the scope of the breakpoint.
Pressing escape with the DOM properties panel focused should get rid of it.

Get into Intellij debug-view without actually starting the debugger?

Intellij is driving me crazy... is there any way I can open the debugs-view (so I can see a list of breakpoints, and edit them) without actually having to launch a program in debug-mode?
If there is a way or button or short-cut, I have failed to see it till now.
After finding my breakpoints thanks to Bohuslav Burghardt, is there a way to mute them all without the debug-pane being visible?
Enable the Favorites tool Window
View -> Tool Windows -> Favorites
Or using keyboard shortcut (Alt + 2)
This will show you the Favorites tool window, which contains your bookmarks and breakpoints.
You can edit breakpoint by right clicking on it and choosing Edit breakpoint.
Update
As for muting all the breakpoints without the debug panel being visible. You have two choices:
Hit CTRL+SHIFT+A and search for Mute breakpoints (invoke this action again to unmute the breakpoints)
Go to Settings/Keymap and bind a keyboard shortcut to the Mute Breakpoints action

Xcode: On debug, is there any way to prevent it from opening the navigator on the front-most window?

I'm trying to figure out how to use Xcode in a multi-window setup. I would like to have one window be my main window, and then have others that I use to do occasional spot editing. Here's the rub: I never want to have the navigator (or the debug console, for that matter) open in those other windows. I only want the navigator and console to open in the main window.
Right now, when I run the app the debug navigator and console open up in whichever window is frontmost (causing me to have both the main window and the secondary window with console pains and navigator open). Is there anyway to prevent the console and issue navigator from opening on the secondary window while preserving this behavior for the main window?
I'm not sure I fully understand what you want - but you can configure some of these things in the Xcode preferences under "Behaviors". Under "Running" you can click on "Starts" and it will show you the behaviors for when you run your application. You can set it to show a particular tab in the active window or a separate window. You can set up that tab to contain just the debugger. If it does show the debugger in the other tabs, you can minimize the debugger panes, and I believe it will save that state for the next time it launches. See here for more details.
Go to Xcode -> Behaviors -> edit behaviors. Now under build and running uncheck shows Navigator.
In Xcode Preferences > Behaviours > Runnings > Generates output, uncheck Show debugger with Current Views.

Restarting firefox using the developer console (shift+F2) makes every restarted window have the developer console open

When I restart firefox using the developer console, i press shift+F2 and then I write
restart
in the command line that comes up at the bottom and press ENTER.
This is of course a very useful feature, every window dissapears and comes back, but each restarted window will also have the developer console opened as if I was pressing shift+F2 on everyone of them.
Why?
The Developer Toolbar is a global thing, just like any other toolbar (e.g. Nav Bar or Bookmarks Bar). Firefox will remember the visiblity state and will restore it when opening new windows, either the usual way, or after a restart.
Just close the toolbar in one window, and it will be closed in every other window as well.

Resources