debug – Devstyler.io https://devstyler.io News for developers from tech to lifestyle Thu, 21 Mar 2024 16:31:51 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.5 JetBrains with a New Version of TeamCity https://devstyler.io/blog/2024/03/21/jetbrains-with-a-new-version-of-teamcity/ Thu, 21 Mar 2024 16:31:51 +0000 https://devstyler.io/?p=120312 ...]]> JetBrains has unveiled a new beta version called TeamCity Pipelines of its upcoming CI/CD service.

Through the new platform, development teams will be able to automate processes related to the integration of application changes. Additionally, they will be able to test apps as well as make updates to users’ devices.

TeamCity is a platform created by JetBrains but designed for large enterprises. TeamCity Pipelines, on the other hand, is built entirely for small or medium-sized businesses.

“I’m happy to announce that we’re launching a streamlined solution to address the specific needs of those smaller engineering teams today,” said Marco Behler, product manager of TeamCity Pipelines.

The company’s solution is to simplify the user interface, as well as incorporate AI into the platform. JetBrains believes this will help provide intelligent configuration suggestions.

“TeamCity Pipelines is straightforward to use and configure while also being efficient and resource-saving”, added Marco Bahler.

TeamCity Pipelines has YAML files. They serve to store, modify files and more.

The company states its intention to integrate the solution provided by TeamCity Pipelines into the JetBrains IDE. This will make it easier for developers to build, run, and debug, while not requiring developers to shut down their IDEs.

]]>
JetBrains Releases Rider 2023.1 EAP 4 https://devstyler.io/blog/2023/02/21/jetbrains-releases-rider-2023-1-eap-4/ Tue, 21 Feb 2023 10:28:22 +0000 https://devstyler.io/?p=101816 ...]]> JetBrains released Rider 2023.1 EAP 4 on February 12. The latest early access utility for Rider contains such features as the ability to debug startup code for WASM .NET applications, Astro tool support, full IDE augmentation, a feature related to importing Angular templates, and TypeScript support in Vue template expressions.

The Rider 2023 EAP 4 IDE can debug startup code for WebAssembly .NET applications. This is accomplished by changing the order in which the IDE launches the application. Rider waits for the target page to initialize, connects to the debugger, and only then starts loading the application correctly, Infoq wrote on the subject.

Previously, for most WASM projects, the debugger could only connect after the application was initialized, as calculating ports or initializing the connection took some time. The solution added in EAP 4 removes this delay and enables the capture of breakpoints set at the beginning of the application initialization logic.

This new version of Rider is the first to support Astro, an open source tool that can create static HTML sites using popular JavaScript frameworks like React or Vue, while loading fully interactive components when needed. The Astro plugin for Rider can be downloaded from the JetBrains Marketplace or installed directly from the IDE. The plugin includes basic features such as code completion with auto-import, syntax highlighting, refactoring, navigation or proper code formatting. JetBrains plans to add more advanced Astro support in future releases.

The ighlighted feature is related to scaling in and out of the IDE. Developers can increase and decrease the size of UI elements simultaneously.

The community reacted positively to the new release, especially to the information about the Astro plugin. Davor Pihac, senior software engineer, welcomed the Astro plugin support in the Twitter thread for Rider 2023.1 EAP 4.

 

]]>