B&R Automation Studio, not able to set breakpoints after upgrade - plc

Automation Studio was upgraded from 4.3.6.57 to 4.5.2.102. Everything works well except Automation Studio does not present any icons in the left gutter to set breakpoints.
How to get the breakpoints back?

The setting for the GCC Compiler needs to be set to V6.3.0. This is in the menu : Project -> Change Runtime Versions -> Build -> GCC Version.

Related

visual studio code - couldn't start client language support for java

Visual Studio code was working fine with maven projects, and suddenly stopped after I installed a new extension (Lombok).
I can't seem to get it to work anymore, even if I'm not using Lombok, and have the plugin disabled.
As soon as I start Visual Studio Code, it complains with
Couldn't start client language support for java
How can I fix this?
To solve this, I did the following:
Went to the installed extension (Command Pallette, Extensions: Installed Extensions)
found "Language suppoort for Java(TM) by Red Hat"
Clicked on the drop down arrow by "Uninstall", and chose "Install another version"
Chose a recent version, and restarted Visual Studio Code
it worked - I assume I could upgrade to latest again, but haven't done so yet.
Note: I feel that somehow I broke my settings.json file, and doing this fixed it up.

enable a flutter inspector shortcut along with other debug shortcuts in VSCode

How can we enable and disable the flutter inspector shortcut along with other debug shortcuts in VSCode.
You can use the dart. showDevToolsDebugToolBarButtons setting to control this.
Although if the Inspector button has disappeared in debug mode, you may be seeing a bug (https://github.com/Dart-Code/Dart-Code/issues/3477). This has recently been fixed but not released - although the fix is in the latest nightly build that you can install using the Extensions: Install from VSIX command in VS Code after downloading and extracting (see here for more details).

Reset visual studio to the default setting

How can I reset visual studio to the default setting?
Currently it looks like this
But I would like to leave it like this, which is how it was when I installed it.
With this default menu
Do a clean install of it. Uninstall and re-run the installer.

how to add devices and Apache ripple to visual studio 2015

I cant see emulators and I also cant see Apache ripple in the debugging bar, all I see is start. even when I click start it shows error.
Check out this link:
Known Issues - Visual Studio 2015
In some cases, when you uninstall VS2013 or a previous version (RC) of VS2015, a library gets corrupted that causes the debug dropdown not to show all the target options. To resolve this issue:
Close all Visual Studio instances.
Browse "C:\Users\\AppData\Local\Microsoft\Phone Tools" folder
Rename the CoreCon folder to something else.
Launch Visual Studio again.

Layout preview not working in Android Studio

I ported an android project from Eclipse to Android Studio. The project builds just fine. However I am not able to see any layout preview. When I go to the Design tab of a layout I get a
Loading Configuration...
message that never goes away (see image).
I have set correctly the Android SDK in the project structure.
This happens with all the xml files and I am not able to open the "Preview" window from
View -> Tool Windows -> Preview
I tried creating a new project and everything was showing fine. Am I missing something? Anyone faced a similar issue? Is there a chance that this is happening because the folder structure is not the default one? (The layouts are not under project/src/main/res/layout but under project/res/layout)
Try this
Build> Clean Project
Build> Rebuild Project
It worked for me
Just do a right click on the layout preview and click on
Show Included in contentmain.xml
you can see it in the following image
I had the same problem and I solved as follow
Update all build.gradle files with:
classpath 'com.android.tools.build:gradle:0.5.+'
Now android studio 0.2.+ uses gradle 0.5
Closes de IDE and via Terminal/Console
Do a clean: $gradle clean
Do a build: $gradle build
Assemble it: $gradle assembleDebug
Open the Android Studio and be happy ;)
Close android studio and go to path as follow:
C:\Users\user\ .AndroidStudio1.2\restart
There is a file named restarter,double click on it and open android studio again,create a new project and enjoy it
Maybe it is better to use the 0.3.6 version (latest), with this version of gradle : com.android.tools.build:gradle:0.6.+
Bear in mind that Android Studio will be expecting the Android SDK already installed (as I suppose you have), and also the environment variables ANDROID_HOME and GRADLE_HOME.
Try updating your API to the latest version in the SDK manager ---- worked for me
I had the same problem Follow this step :
First uninstall old android studio and delete .androidstudio file from C:\Users\yourpcname
update api to latest version in SDK manager.
Install Latest Android Studio Canary Build: 2.0 Preview 9
Done
In Android Studio
File>Invalidate Caches/Restart
that's how i fixed
You can try :
Select Preview window(Focus on it)
Unselect Floating mode and Pinned mode
goto Window -> Active Tool Window ->
Unselect Floating mode and Pinned mode
Now you can see Docked window option here(Window -> Active Tool Window ->)
Select Docked Window