Quantcast
Channel: ComponentSource ニュース | アプリケーション

PL/SQLコードの書込みとデバッグの効率化

$
0
0

Allround Automationsは、Windows、macOS、およびLinux向けのマルチスレッドOracle PL/SQL開発環境であるPlyxonを導入

英語で読み続ける:

Plyxon by Allround Automations is a brand new, high-performance Oracle PL/SQL development tool designed to work on multiple operating systems. It is a native Oracle Client tool that is easy to install and does not require any additional third-party software. Plyxon is designed from the ground up with the developers in mind, by a team with 30+ years of Oracle experience.

Plyxon's features include a powerful PL/SQL editor with syntax highlighting, object descriptions, code assistant, code contents, hyperlink navigation, and macro library. It also offers an integrated debugger that supports step in, step over, step out, run until exception, breakpoints, view variables, and view call stack.

As a multi-threaded IDE, Plyxon allows you to work while SQL queries are executing, PL/SQL programs are executing, debug sessions are running, and so on. This means that the IDE will not hang if you make a programming error: you can break execution or save your work at any time.

Plyxon is licensed per named user. Support contracts are available, which entitle you to technical support via email for either one or three years depending on the option purchased. See our Plyxon licensing page for full details.

For more information, see our Plyxon product page.


SQL Serverデータベースを自動的にドキュメント化する

$
0
0

SQL Doc v5.2.20では、Microsoft SQL Server Management Studio (SSMS)バージョン20.0のデータベースのドキュメントを有効化

英語で読み続ける:

SQL Doc by Redgate is a tool that automates the generation of documentation for SQL Server databases. It analyzes your database schema, including tables, views, stored procedures, and more, and creates detailed reports in HTML or Git Markdown format. This documentation includes information about object definitions, dependencies, and data types, saving you time and effort compared to manual documentation and improving understanding for your development team.

The SQL Doc v5.2.20 update adds support for Microsoft SQL Server Management Studio 20, enabling software developers to seamlessly integrate SQL Doc with the latest version of SSMS. By aligning SQL Doc with SSMS 20, developers can leverage the full capabilities of both tools, fostering a smoother workflow and facilitating comprehensive documentation of SQL Server databases.

SQL Doc is licensed as an Annual Subscription License, priced per user, per year. Support and software upgrades are included for the duration of your subscription. To continue to use the software after your subscription period ends you will need to renew your license. Multi-year subscription licenses are available as are volume discounts. See our SQL Doc licensing page for full details.

Learn more on our SQL Doc product page.

フルラインローカルAIコード補完によるコードの高速化

$
0
0

IntelliJ IDEA 2024.1は、機械学習を活用して、IDE内で直接コンテキスト分析に基づいてコード行全体を提案

英語で読み続ける:

IntelliJ IDEA is a feature-rich Java IDE that empowers developers with a comprehensive set of tools for intelligent coding assistance, effortless navigation and search, seamless refactorings, in-depth code analysis, comprehensive Web and Enterprise development support, robust unit testing capabilities, and streamlined team collaboration features.

IntelliJ IDEA 2024.1 introduces full line code completion. This intelligent feature leverages machine learning models built right into the IDE. It analyzes your code contextually and suggests entire lines as you type, boosting your coding efficiency. These suggestions are powered by specialized models trained for specific languages and frameworks, all running locally on your device. This ensures your code privacy as there's no need for data transfer to external servers. Full line code completion is enabled by default for Java and Kotlin, and other languages are also supported. Unlike JetBrains Cloud-based AI Assistant, the local code completion is included with the standard IntelliJ IDEA subscription at no extra cost.

To see a full list of what's new in version 2024.1 see our release notes.

IntelliJ IDEA is licensed per user as a commercial annual subscription. We can supply New Subscriptions, Subscription Renewals, Lapsed Subscription Renewals, and Additional Developer Licenses. See our IntelliJ IDEA licensing page for full details.

For more information, visit our IntelliJ IDEA product page.

DITAパブリッシングワークフローの合理化

$
0
0

Oxygen XML Web Author 26.1は、再利用可能なテンプレートとして機能するDITA-OTプロジェクトファイルを使用することで、時間を節約し、出力間の一貫性を確保

英語で読み続ける:

Oxygen XML Web Author is a tool that lets you edit and review XML code directly in your web browser, on any device. This means you can collaborate with others on creating and changing structured content, like technical documentation, from anywhere. It supports common formats like DITA and DocBook, and offers features like visual editing, automatic error checking, and suggestions to complete what you're typing. You can even customize the editing experience to fit your needs.

Oxygen XML Web Author 26.1 lets you work directly with Darwin Information Typing Architecture - Open Toolkit (DITA-OT) project files. These files act like blueprints, containing reusable configurations allowing you to define settings once and reference them across projects. Using DITA-OT you can easily publish to multiple outputs by defining each deliverable (like HTML or PDF) within the project.

To see a full list of what's new in version 26.1, see our release notes.

Oxygen XML Web Author is licensed per Floating user and is available as a Timed License subscription. See our Oxygen XML Web Author licensing page for full details.

For more information, visit our Oxygen XML Web Author product page.

重要なコードをエディターの上部にピン留め

$
0
0

WebStorm 2024.1では、コンテキストを維持し、コードの全体的な構造をより簡単に理解できるように、新しいスティッキーライン機能を追加

英語で読み続ける:

JetBrains WebStorm is a powerful and modern Integrated Development Environment (IDE) specifically designed for web development. It offers a feature-rich environment that supports popular web technologies like JavaScript, HTML, CSS, and Node.js. WebStorm helps you write cleaner, more efficient code with features like syntax highlighting, autocompletion, code refactoring, and built-in testing tools. It integrates seamlessly with various web frameworks and libraries, making it a versatile choice for both front-end and back-end development.

WebStorm 2024.1 introduces a new sticky lines feature to streamline navigation within large codebases. This functionality keeps essential structural elements, such as function and class declarations, constantly visible at the top of your editor viewport as you scroll. This ensures you always retain context and can effortlessly navigate through your code, improving overall development efficiency.

To see a full list of what's new in version 2024.1, see our release notes.

WebStorm is licensed per user, and is available as a commercial annual subscription license. We can supply new subscriptions, subscription renewals (including continuity discounts), lapsed renewals, and additional user licenses. See our WebStorm licensing page for full details.

For more information, visit our WebStorm product page.

XSLTプロファイラーによるXML変換の最適化

$
0
0

XSLT変換の各ステップを分析して最適化することで、非効率性を特定し、処理速度を向上

英語で読み続ける:

XSLT profiling features within structured document software are used to analyze and optimize XSLT (Extensible Stylesheet Language Transformations) transformations. They provide developers with detailed insights into the performance of XSLT stylesheets, identifying bottlenecks and inefficiencies in the transformation process. By profiling XSLT code, developers can pinpoint areas for improvement, such as inefficient XPath expressions or resource-intensive template usage, leading to enhanced performance and reduced execution times.

Several Structured Document Tools offer an XSLT profiler including:

For an in-depth analysis of features and price, visit our Structured Document Tools comparison.

Compare Structured Document Tools

リモート作業時のコーディングラグを削減

$
0
0

GoLand 2024.1では、クラウドで作業しているときでも、ほぼリアルタイムのコード補完とハイライトにより、リモートコーディングを改善

英語で読み続ける:

JetBrains GoLand is a dedicated integrated development environment (IDE) designed for Go programmers. It offers comprehensive features like intelligent code completion, advanced debugging tools, built-in testing frameworks, and code navigation aids for both individual and collaborative development. GoLand's focus on efficiency and productivity, along with its seamless integration with other JetBrains tools, makes it a powerful choice for professional Golang development.

The GoLand 2024.1 release significantly enhances the remote development experience. Working on code in the cloud now feels almost as smooth as working locally thanks to improvements in highlighting, code rendering, and overall responsiveness. Code completion and highlighting are now close to real-time, just like coding on a local machine. Additionally, managing remote projects is now streamlined: you can directly create, open, and manage them all within the GoLand IDE itself.

To see a full list of what's new in version 2024.1, see our release notes.

GoLand is licensed per user, and is available as a commercial annual subscription license. We can supply new subscriptions, subscription renewals (including continuity discounts), lapsed renewals, and additional user licenses. See our GoLand licensing page for full details.

For more information, visit our GoLand product page.

JSON5ファイルをより簡単に編集および操作

$
0
0

Oxygen JSON Editor 26.1は、構文の強調表示と検証機能をサポートすることで、JSON5ファイルを操作する際の時間と労力を節約します。

英語で読み続ける:

Oxygen JSON Editor is a specialized tool that simplifies working with JSON data. It provides multiple editing views: a text mode for familiar editing with features like content completion and validation, a grid mode for viewing JSON as nested tables for easy manipulation, and even an author mode that translates JSON into a visual XML structure. This flexibility, along with support for related formats like JSON Schema and YAML, makes Oxygen a powerful option for anyone who frequently edits or creates JSON data.

The Oxygen JSON Editor 26.1 release adds text editing support for JSON5 documents. JSON5 is an extension of the JSON data format designed for human readability. It incorporates features from JavaScript, like comments, unquoted keys for valid identifiers, and trailing commas, making it easier to write and maintain configuration files. Oxygen JSON Editor's outline view now provides syntax highlighting for JSON5 files, making it easier to read and understand. Validation support ensures that your JSON5 file is formatted correctly, preventing errors before they happen.

To see a full list of what's new in version 26.1, see our release notes.

Oxygen JSON Editor is licensed per Named user and is available as a Timed License subscription. See our Oxygen JSON Editor licensing page for full details.

For more information, visit our Oxygen JSON Editor product page.


最新機能でPHPUnitテストを実行

$
0
0

PhpStorm 2024.1では、PHPUnit 11.0の最新の拡張機能を活用し、テストの効果と信頼性を可能な限り高めています。

英語で読み続ける:

PhpStorm by JetBrains is a sophisticated Integrated Development Environment (IDE) specifically designed for PHP and web development. It offers a range of features to enhance your coding experience, including syntax highlighting, intelligent code completion, on-the-fly error detection, built-in debugging tools, and advanced code refactoring capabilities. Additionally, it supports various web technologies like HTML, CSS, and JavaScript, making it a versatile tool for building complete web applications.

PhpStorm 2024.1 gains enhanced testing capabilities with comprehensive support for PHPUnit 11.0. Developers can now seamlessly execute tests leveraging the latest features and bug fixes offered by the newest PHPUnit iteration. PhpStorm streamlines the testing workflow by automatically detecting deprecated attributes within PHPUnit configuration files. This ensures efficient testing practices and eliminates the need for manual configuration updates.

To see a full list of what's new in version 2024.1, see our release notes.

PhpStorm is licensed per user, and is available as a commercial annual subscription license. We can supply new subscriptions, subscription renewals (including continuity discounts), lapsed renewals, and additional user licenses. See our PhpStorm licensing page for full details.

For more information, visit our PhpStorm product page.

カスタムコード補完によるLSPコーディングの高速化

$
0
0

Delphi 12.1 Athensでは、言語サーバープロトコルのコード補完時の特定のキーストロークの動作をカスタマイズできるため、効率が向上

英語で読み続ける:

Delphi by Embarcadero is an advanced Integrated Development Environment (IDE) that allows you to build native applications for desktop, mobile, web, and console environments using a single codebase. It includes a visual designer, code editor, debugger, and component library, all specifically designed for rapid application development with the Object Pascal programming language. With Delphi, you can target Windows, macOS, iOS, Android, and Linux while leveraging a large developer community and extensive third-party plugin support.

Delphi 12.1 Athens improves Language Server Protocol (LSP) code completion functionality to allow users more control. You can now customize how specific keystrokes behave when code completion appears, both in regular and auto-invoked scenarios. These changes empower you to configure code completion to better suit your personal preferences.

To see a full list of what's new in version 12.1 Athens, see our release notes.

Delphi is licensed per Named, Network Named or Concurrent user and is available as a Perpetual License with an Update Subscription that includes support and free upgrades for 1 Year. See our Delphi licensing page for full details.

Delphi is available to buy in the following products:

ドラッグ&ドロップ対応IDEでUIの作成を高速化

$
0
0

ドラッグ&ドロップ機能により、直感的なワークフローを提供することで、統合開発環境におけるユーザーインターフェースの設計を合理化

英語で読み続ける:

In integrated development environments (IDEs), the drag-and-drop interface provides a user-friendly graphical interface that simplifies the creation, modification, and configuration of applications. This feature enables developers to intuitively place objects such as buttons, text fields, pre-written code modules, and images onto the application's canvas or design surface by merely dragging items with a mouse. This method not only accelerates the development process, particularly in crafting user interfaces, but also reduces the likelihood of coding errors. By minimizing the need for direct code entry, it offers a streamlined and intuitive workflow that benefits both novice and seasoned developers alike.

Several integrated development environments offer a drag and drop interface, including:

  • IntelliJ IDEA by JetBrains is an intelligent IDE for Java that offers drag and drop functionality, simplifying complex tasks by letting you visually arrange elements with the mouse.
  • Delphi Enterprise by Embarcadero is an advanced IDE featuring a visual design menu which allows you to drag and drop visual and non-visual components from the palette.
  • B4i (iOS) by Anywhere Software is a development tool for native iOS applications that allows developers to drag and drop elements in a WYSIWYG designer.
  • RemObjects Elements is a modern, multi-purpose and tool chain for software development that offers IDEs for macOS and Windows with drag-and-drop support.

For an in-depth analysis of features and price, visit our comparison of IDEs.

Compare IDEs

スクリプティングでカスタマイズ可能なインストーラーを作成

$
0
0

ユーザーの選択、システム構成、またはその他の要因に基づいてインストールプロセスを調整し、より適応性の高いインストーラーを提供

英語で読み続ける:

Installation tools leverage scripting to handle conditional logic, enabling the installation to adapt to different system configurations or user selections. Scripting plays a vital role in streamlining Windows installation tools. By employing languages like PowerShell or batch files, IT professionals can automate repetitive tasks during deployment, such as software installation, configuration adjustments, and user environment setup. This not only reduces manual effort and human error but also ensures consistency and efficiency in provisioning large numbers of Windows machines.

Several installation tools offer support for scripting, including:

  • RayPack Studio by Raynet simplifies complex setups with its built-in scripting language for tailored installation logic.
  • Setup Factory by Indigo Rose offers flexibility for intricate deployments via its comprehensive scripting capabilities.
  • InstallShield by Revenera empowers automation through its robust scripting engine for customizing installations.
  • AdminStudio Professional by Flexera provides advanced automation through its comprehensive scripting engine for intricate setups.

For an in-depth analysis of features and price, visit our Installation Tools comparison.

Compare Installation Tools

Webブラウザーからのダイアグラムの作成と編集

$
0
0

MyDraw v6.0は、あらゆるデバイスからアクセスできる高度な作図ツールの完全なスイートを備えた、包括的なWebベースのバージョンを追加

英語で読み続ける:

MyDraw by Nevron is a powerful diagramming and vector graphics tool that empowers developers to create a wide range of visual aids, from flowcharts and network diagrams to software architecture illustrations. Its user-friendly, Office-inspired interface simplifies the learning curve, while the extensive collection of tools fosters intuitive vector drawing. MyDraw boasts a vast library of shapes and connectors, equipped with intelligent functionality similar to Microsoft Visio's smart shapes. It seamlessly integrates with Visio, allowing users to open, edit, and save drawings in VSD, VDX, and VSDX formats.

The MyDraw V6.0 release adds a new web-based version accessible through any modern browser, offering the same powerful diagramming and vector graphics creation features as the desktop applications for Windows and Mac. This innovative addition, built upon Nevron's cross-platform technology, allows users to create and edit diagrams directly in their web browser on any device, without the need for additional software. MyDraw's web version streamlines diagramming collaboration and facilitates on-the-go editing, boosting accessibility and promoting teamwork.

To see a full list of what's new in v6.0.0, see our release notes.

MyDraw is licensed per user and is available as a 12 months subscription license with free support. See our MyDraw licensing page for full details.

For more information, see our MyDraw product page.

最新の高パフォーマンスWin64アプリケーションを構築

$
0
0

C++Builder 12.1 Athensでは、Clang上に構築された最新のC++コンパイラとツールチェーンが追加され、大規模なアプリケーションのパフォーマンスが向上

英語で読み続ける:

C++Builder by Embarcadero is a rapid application development environment that simplifies C++ development for Windows, iOS, macOS, and Android. It streamlines the process by offering visual UI design tools, pre-built components, and a powerful debugger, enabling faster creation of high-performance native applications.

The C++Builder 12.1 Athens update includes a brand new Clang-based C++ compiler that brings modern development to 64-bit versions of Windows. This high-quality toolchain offers a powerful 64-bit compiler and linker, ideal for large applications. Seamless integration with external libraries and existing C++ code ensures a smooth transition. Full IDE integration and support for VCL, FireMonkey, FireDAC, and RTL libraries make it a complete solution for modern C++ development on Windows.

To see a full list of what's new in C++Builder 12.1 Athens, see our release notes.

C++Builder Professional, Enterprise and Architect are licensed per Named, Network Named or Concurrent user and are available as a Perpetual License with an Update Subscription that includes support and free upgrades for 1 Year. C++Builder Professional is also available as a Named Annual user license. See our C++Builder licensing page for full details.

C++Builder is available to buy in the following products:

カスタムRubyプロジェクトを簡単にナビゲート

$
0
0

RubyMine 2024.1では、Rubyのクラス名とファイル名のカスタム変化を解釈し、正確なアイコンを表示して整理を簡単に

英語で読み続ける:

RubyMine by JetBrains is a powerful Integrated Development Environment (IDE) specifically designed for Ruby and Ruby on Rails development. It offers a comprehensive suite of features to boost your coding efficiency, including smart code completion, syntax highlighting, code refactoring tools, built-in debugging and testing frameworks, and seamless integration with popular libraries and databases. Whether you're a seasoned Rails developer or just starting out, RubyMine's intuitive interface and robust features can help you write cleaner, more maintainable code and accelerate your development workflow.

RubyMine 2024.1 enhances workflow efficiency for developers who utilize custom inflections in their Ruby projects. This update ensures seamless recognition of class and file names with these custom conventions, eliminating inconsistencies. Project view, tabs, and the Search Everywhere dialog now display the correct icons for these custom-inflected elements. Navigation and code insight functionality remain fully functional, even extending to acronyms used in controllers and models.

To see a full list of what's new in version 2024.1, see our release notes.

RubyMine is licensed per user, and is available as a commercial annual subscription license. We can supply new subscriptions, subscription renewals (including continuity discounts), lapsed renewals, and additional user licenses. See our RubyMine licensing page for full details.

For more information, visit our RubyMine product page.


EXEインストーラによるソフトウェア展開の合理化

$
0
0

EXEファイルを直接オーサリングできるインストールツールを選択して、シームレスなインストールと幅広い互換性を確保

英語で読み続ける:

Executable file authoring capabilities within installation tools streamline the deployment process for developers. By integrating the installation logic directly into the executable (.exe) file, users simply need to run this single file. This eliminates the need for separate installers and automates tasks like file copying, registry modifications, and shortcut creation, ensuring compatibility with the target Windows environment.

Several installation tools offer EXE authoring including:

  • Advanced Installer Architect by Caphyon allows you to create EXE installers for seamless Windows application deployment alongside MSI and other package formats.
  • InstallShield by Revenera lets you build EXE installers for broad Windows software distribution with a user-friendly interface.
  • AdminStudio Enterprise by Flexera helps you design EXE installers for efficient Windows application packaging alongside advanced configuration options.
  • Master Packager offers a user-friendly interface to simplify the process of creating EXEs for streamlined Windows software installation.

For an in-depth analysis of features and price, visit our Installation Tools comparison.

Compare Installation Tools

XML編集の効率を高める

$
0
0

XMLエディタを使用すると、データを直接変更できるため、ユーザーはエラーを回避しながら、XMLファイル内のコンテンツを更新したり、構成を調整したりすることが可能

英語で読み続ける:

An XML editor is a specialized tool designed to streamline the creation and editing of XML documents. It offers functionalities beyond basic text editors, including syntax highlighting for readability, automatic tag completion to reduce errors, and real-time validation against defined schemas to ensure data accuracy and adherence to XML standards. These features significantly enhance productivity for developers and data professionals working with XML.

Several structured document tools include XML editors including:

For an in-depth analysis of features and price, visit our Structured Document Tools comparison.

Compare Structured Document Tools

Split Editor Viewsでコーディング効率を向上

$
0
0

RAD Studio 12.1 Athensでは、同じファイルの異なる部分を同時に編集できるため、コードのナビゲーションと変更を高速化可能

英語で読み続ける:

RAD Studio by Embarcadero is a integrated development environment (IDE) used to build applications for various platforms. It allows programmers to create native apps for Windows, macOS, mobile devices (Android and iOS), and more using C++ or Delphi. RAD Studio is known for its rapid application development features and is targeted towards professional developers building data-rich and visually appealing applications.

RAD Studio 12.1 Athens introduces split editor views, letting you work with multiple editor windows simultaneously. These windows can be arranged side-by-side or stacked vertically. This feature is especially helpful for editing different parts of the same file at once and viewing both the design and code for your application side-by-side.

To see a full list of what's new in version 12.1 Athens, see our release notes.

RAD Studio is licensed per Named, Network Named or Concurrent user and is available as a Perpetual License with an Update Subscription that includes support and free upgrades for 1 Year. See our RAD Studio licensing page for full details.

RAD Studio is available to buy in the following products:

SQLでJupyter Notebookデータフレームをクエリ

$
0
0

DataSpell 2024.1を使用すると、データサイエンティストは既存のSQLの知識を活用して、Jupyter環境内でデータフレームを直接分析できます。

英語で読み続ける:

DataSpell by JetBrains is an Integrated Development Environment (IDE) specifically designed for data analysts and engineers. It allows you to write Python scripts, run SQL queries, analyze data in Jupyter notebooks, manage dbt workflows, and connect to various databases, all within one seamless interface. DataSpell empowers you to stay focused on exploring insights and delivering high-quality results by combining rich data analysis tools with features like real-time error checking, code quality analysis, and built-in support for best practices like testing and documentation.

The DataSpell 2024.1 update brings the power of SQL directly to your Jupyter Notebook. This enhancement allows you to seamlessly analyze data frames and CSV files using intuitive SQL syntax. Simply create a dedicated SQL cell, select the target data frame, and craft your queries to filter, sort, or manipulate data with ease. DataSpell's powerful coding assistance ensures a smooth and efficient workflow throughout the process.

To see a full list of what's new in version 2024.1, see our release notes.

DataSpell is licensed per user as a commercial annual subscription. See our DataSpell licensing page for full details.

For more information, visit our DataSpell product page.

CMakeのターゲットワークフローを最適化

$
0
0

CLion 2024.1では、ターゲット名の補完、ターゲット定義へのナビゲーション、ターゲットの使用状況の検索など、CMakeスクリプトの編集を簡素化

英語で読み続ける:

CLion is a cross-platform Integrated Development Environment (IDE) created by JetBrains specifically for C and C++ development. It boasts intelligent code completion, navigation, and refactoring features to streamline your workflow. CLion integrates with popular debuggers and testing frameworks, and supports various build systems for seamless project management.

The CLion 2024.1 update introduces several new features for CMake. These include live templates to simplify creating new targets, target name completion for easier linking, navigation to target definitions to locate where targets are specified, Find Usages to identify all instances of a target throughout a project, the ability to suggest fixes for missing minimum required CMake versions, and the option to configure which CMake preset types are imported.

To see a full list of what's new in version 2024.1, see our release notes.

CLion is licensed per user as a commercial annual subscription. We can supply New Subscriptions, Subscription Renewals, Lapsed Subscription Renewals, and Additional Developer Licenses. See our CLion licensing page for full details.

For more information, visit our CLion product page.

インタラクションのタイミングを解析

$
0
0

Astah Professional v9.2では、UMLタイミング図が追加され、システム内のシーケンスされた相互作用と状態の変化を視覚化

英語で読み続ける:

Astah Professional is a powerful diagramming and modeling solution that caters to a wide range of users, from students to enterprise teams. It allows users to create visual representations of ideas and software designs, including UML diagrams, mind maps, and flowcharts. Astah Professional goes beyond simple diagramming by enabling model conversion and relationship management, facilitating clear communication and traceability within your projects.

The Astah Professional v9.2 release introduces support for UML Timing Diagrams, a significant update that enhances your ability to model real-time systems, embedded systems, and any application where the timing of interactions is crucial. Timing Diagrams visually represent the behavior of objects over time, making them ideal for analyzing the sequence and timing of messages and events within a system. This new feature will be valuable for developers and analysts working on complex systems where timing is a critical factor.

To see a full list of what's new in v9.2, see our release notes.

Astah offers numerous licensing options for individuals and organizations. Perpetual licenses provide permanent access with initial year of support and upgrades. Annual licenses grant access and support for one year, with options for individuals, small teams, and large organizations (with floating licenses). Educational institutions can purchase licenses for individual students or entire faculties. See our Astah Professional licensing page for full details.

Learn more on our Astah Professional product page.

指定したポイントでプログラムの実行を一時停止

$
0
0

ブレークポイントを使用すると、開発者はプログラムの状態をリアルタイムで検査できるため、ソフトウェアの動作をより深く理解可能

英語で読み続ける:

Breakpoints are strategically placed markers within your code that act as pause points during execution. When the program reaches a breakpoint, the IDE halts execution, allowing you to inspect the program's state at that specific moment. This enables you to examine variable values, analyze the call stack, and step through the code line by line. By offering this controlled environment for inspection, breakpoints become a vital tool for debugging and understanding the behavior of your software.

Several integrated development environments (IDEs) support breakpoints, including:

  • C++Builder Professional by Embarcadero lets you set visual breakpoints within the IDE for intuitive debugging.
  • Rider by JetBrains enables streamlined debugging with flexible line, exception, method, and data breakpoints, plus the ability to group and label breakpoints.
  • EiffelStudio by Eiffel Software facilitates breakpoint setting at any program location for effective code debugging.
  • RemObjects Elements allows you to set conditional breakpoints to pause execution only when specific conditions are met.

For an in-depth analysis of features and price, visit our comparison of IDEs.

Compare IDEs


最新のPowerShellリリースを使用したスクリプト作成とデバッグ

$
0
0

SAPIEN DevOps Suite 2024では、PowerShell 7.4.2がサポートされるようになり、最新バージョンのPowerShellを使用した強力な自動化とスクリプト作成が可能

英語で読み続ける:

The SAPIEN DevOps Suite by SAPIEN Technologies is a comprehensive set of tools designed to enhance the productivity of software developers, particularly those engaged with PowerShell scripting and Windows automation. This suite includes advanced editing, debugging, and packaging features that streamline script development and management processes. It integrates robust version control systems and provides extensive platform support, making it versatile for a range of scripting tasks. The suite also features deployment capabilities that facilitate the distribution and installation of applications across diverse environments, helping developers manage the lifecycle of their software projects from inception to deployment.

The latest release of SAPIEN DevOps Suite with PrimalScript 2024 8.1.203 and PowerShell Studio 2024 5.8.241 offers benefits specifically for users working with the latest versions of PowerShell (7.2.19, 7.3.12 and 7.4.2). This improves compatibility and stability and can reduce errors and unexpected behavior when scripting for these PowerShell versions.

To see a full list of what's new, see the following release notes:

SAPIEN DevOps Suite is licensed per user and includes 1 year of product updates and support. Annual Premium Support is available and provides 1 Year of access to SAPIEN Technologies direct technical support ticketing system and a guaranteed response within 24 hours. The premium support package must be purchased at the same time as the initial software purchase, subscription renewal, or upgrade, and can be renewed on an annual basis. See our SAPIEN DevOps Suite licensing page for full details.

For more information visit our product pages:

ファイル収集でMSI作成を簡素化

$
0
0

PACE Suite 6.2は、コンパイル時に生成された動的ファイルを自動的に含めることで、MSIのパッケージ化プロセスを合理化

英語で読み続ける:

PACE Suite by Infopulse is an application packaging tool that streamlines the creation, editing, and deployment of software installers. It supports various formats like MSI, MSIX, and AppX, and allows for capturing installations, customizing packages, and automating quality checks. Additionally, PACE Packager Hub, a companion product, provides workflow management and team collaboration functionalities for efficient application packaging operations.

The PACE Suite 6.2 update introduces a File Harvesting feature that simplifies MSI creation by automatically capturing dynamic files generated during compilation. This function, which is automatically invoked on each MSI package creation, finds and adds files that exist in a specified folder on the file system but are not present in the project. Additionally, you can apply inclusions/exclusion filters to identify only the files needed, it can work with relative and absolute paths, and it supports user-defined variables in paths. This eliminates the need for manual file selection, reducing errors and ensuring all necessary components are included in your installer for a smooth deployment process.

To see a full list of what's new in 6.2, see our release notes.

PACE Suite is licensed per user and is available as both subscription and perpetual licenses with 1 year support and maintenance. See our PACE Suite licensing page for full details.

For more information, visit our PACE Suite product page.

.NETアプリのパフォーマンスをリアルタイムで監視

$
0
0

Rider 2024.1では、主要な.NETアプリケーションメトリクスをバックグラウンドで収集するための新しい監視ツールウィンドウで、パフォーマンス分析を強化

英語で読み続ける:

Rider is a professional Integrated Development Environment (IDE) specifically designed for building .NET applications. Developed by JetBrains, Rider combines robust functionality with a sleek interface to offer a superior coding experience. Rider supports C#, F#, JavaScript, and TypeScript, making it a versatile tool for modern .NET development. Powerful features like advanced code completion, integrated unit testing, built-in debugging tools, and seamless cross-platform support (Windows, macOS, Linux) streamline the development process. Rider seamlessly integrates with popular version control systems and databases, enhancing project management and code collaboration.

Rider 2024.1 introduces a new monitoring tool window which allows you to monitor your .NET application's performance while it's running or debugging. The tool features real-time data visualizations through various tabs such as Chart, Counters, and Environment, offering insights into CPU and memory usage, application performance counters, and environmental variables. Users can configure the monitoring settings to adjust the refresh intervals and toggle between always-on or debug-only modes, enhancing the ability to diagnose and improve application performance effectively. For a deeper analysis, options to collect profiling data like stack traces and performance snapshots are available directly from the monitoring interface.

To see a full list of what's new in version 2024.1, see our release notes.

Rider is licensed per user, and is available as a commercial annual subscription license. We can supply new subscriptions, subscription renewals (including continuity discounts), lapsed renewals, and additional user licenses. See our Rider licensing page for full details.

Rider is available to purchase in the following products:





Latest Images