Downloads:
3,778
Downloads of v 13.0.2:
175
Last Update:
06 Jun 2024
Package Maintainer(s):
Software Author(s):
- Qt Project
Tags:
qtcreator-cdbext cdbext c++ qt ide qtcreator pluginQt Creator CDB Extension
- 1
- 2
- 3
13.0.2 | Updated: 06 Jun 2024
Downloads:
3,778
Downloads of v 13.0.2:
175
Maintainer(s):
Software Author(s):
- Qt Project
Qt Creator CDB Extension 13.0.2
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Qt Project. The inclusion of Qt Project trademark(s), if any, upon this webpage is solely to identify Qt Project goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Qt Creator CDB Extension, run the following command from the command line or from PowerShell:
To upgrade Qt Creator CDB Extension, run the following command from the command line or from PowerShell:
To uninstall Qt Creator CDB Extension, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download qtcreator-cdbext --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade qtcreator-cdbext -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade qtcreator-cdbext -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install qtcreator-cdbext
win_chocolatey:
name: qtcreator-cdbext
version: '13.0.2'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'qtcreator-cdbext' do
action :install
source 'INTERNAL REPO URL'
version '13.0.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller qtcreator-cdbext
{
Name = "qtcreator-cdbext"
Version = "13.0.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'qtcreator-cdbext':
ensure => '13.0.2',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 06 Jun 2024.
Qt Creator CDB Extension adds support for the Microsoft Console Debugger (CDB) to Qt Creator, a cross-platform, complete integrated development environment (IDE) for application developers to create applications for multiple desktop and mobile device platforms, such as Android and iOS.
The Debugging Tools for Windows (which include the CDB debugger) need to be installed separately by installing one of the components mentioned on this Microsoft help page. (Chocolatey packages for different versions of the components are available.)
$toolsDir = Get-ToolsLocation
$pluginDirs = @(
"$toolsDir\qtcreator\lib\qtcreatorcdbext64"
"$toolsDir\qtcreator\lib\qtcreatorcdbext32"
)
$pluginDirs | Where-Object { Test-Path $_ } | ForEach-Object {
Remove-Item -Recurse -Force $_
}
Log in or click on link to see number of positives.
- qtcreator-cdbext.13.0.2.nupkg (e6c8d917d1ea) - ## / 65
- qtcreatorcdbext.7z (1f37af93de89) - ## / 61
- qtcreatorcdbext.7z (4bba6da66407) - ## / 63
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Qt Creator CDB Extension 13.0.2 | 175 | Thursday, June 6, 2024 | Approved | |
Qt Creator CDB Extension 13.0.0 | 133 | Thursday, April 4, 2024 | Approved | |
Qt Creator CDB Extension 12.0.2 | 77 | Wednesday, February 7, 2024 | Approved | |
Qt Creator CDB Extension 12.0.1 | 73 | Tuesday, December 12, 2023 | Approved | |
Qt Creator CDB Extension 12.0.0 | 64 | Thursday, November 23, 2023 | Approved | |
Qt Creator CDB Extension 11.0.3 | 112 | Thursday, September 28, 2023 | Approved | |
Qt Creator CDB Extension 11.0.2 | 92 | Monday, August 14, 2023 | Approved | |
Qt Creator CDB Extension 11.0.1 | 69 | Thursday, August 3, 2023 | Approved | |
Qt Creator CDB Extension 11.0.0 | 57 | Thursday, July 20, 2023 | Approved | |
Qt Creator CDB Extension 10.0.2 | 87 | Thursday, June 15, 2023 | Approved | |
Qt Creator CDB Extension 10.0.1 | 59 | Friday, May 5, 2023 | Approved | |
Qt Creator CDB Extension 10.0.0 | 97 | Wednesday, March 29, 2023 | Approved | |
Qt Creator CDB Extension 9.0.2 | 73 | Wednesday, February 22, 2023 | Approved | |
Qt Creator CDB Extension 9.0.1 | 301 | Thursday, December 15, 2022 | Approved | |
Qt Creator CDB Extension 9.0.0 | 76 | Thursday, November 24, 2022 | Approved | |
Qt Creator CDB Extension 8.0.2 | 101 | Friday, October 21, 2022 | Approved | |
Qt Creator CDB Extension 8.0.1 | 128 | Thursday, August 11, 2022 | Approved | |
Qt Creator CDB Extension 8.0.0 | 91 | Wednesday, July 20, 2022 | Approved | |
Qt Creator CDB Extension 7.0.2 | 113 | Tuesday, May 24, 2022 | Approved | |
Qt Creator CDB Extension 7.0.1 | 89 | Wednesday, April 27, 2022 | Approved | |
Qt Creator CDB Extension 7.0.0 | 91 | Thursday, March 24, 2022 | Approved | |
Qt Creator CDB Extension 6.0.2 | 94 | Wednesday, January 19, 2022 | Approved | |
Qt Creator CDB Extension 6.0.1 | 92 | Thursday, December 16, 2021 | Approved | |
Qt Creator CDB Extension 6.0.0 | 83 | Thursday, December 2, 2021 | Approved | |
Qt Creator CDB Extension 5.0.3 | 95 | Thursday, November 4, 2021 | Approved | |
Qt Creator CDB Extension 5.0.2 | 86 | Friday, October 1, 2021 | Approved | |
Qt Creator CDB Extension 5.0.1 | 95 | Wednesday, September 15, 2021 | Approved | |
Qt Creator CDB Extension 5.0.0 | 94 | Thursday, August 26, 2021 | Approved | |
Qt Creator CDB Extension 4.15.2 | 97 | Wednesday, July 14, 2021 | Approved | |
Qt Creator CDB Extension 4.15.1 | 205 | Wednesday, June 9, 2021 | Approved | |
Qt Creator CDB Extension 4.15.0 | 112 | Wednesday, May 5, 2021 | Approved | |
Qt Creator CDB Extension 4.14.2 | 113 | Monday, March 22, 2021 | Approved | |
Qt Creator CDB Extension 4.14.1 | 101 | Wednesday, February 24, 2021 | Approved | |
Qt Creator CDB Extension 4.14.0 | 103 | Sunday, February 14, 2021 | Approved | |
Qt Creator CDB Extension 4.13.3 | 139 | Friday, November 20, 2020 | Approved | |
Qt Creator CDB Extension 4.13.2 | 100 | Friday, October 9, 2020 | Approved |
© 2020 The Qt Company Ltd.
-
- qtcreator (= 13.0.2)
Ground Rules:
- This discussion is only about Qt Creator CDB Extension and the Qt Creator CDB Extension package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Qt Creator CDB Extension, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.