code-debug icon indicating copy to clipboard operation
code-debug copied to clipboard

Native debugging for VSCode

Results 147 code-debug issues
Sort by recently updated
recently updated
newest added

If submitting a bug please make sure - [+] If you are using gdb - [+] `gdb --version` >= 7.7.1 - [+] it works on the command line with `gdb`...

enhancement

Hi, as of cpptools-1.4, it is possible to load concord extensions into the cppvsdbg debug engine of VS Code. This allows adding the D expression evaluation of mago to the...

- `gdb --version` 10.1 - debugging works The current setup that works is: ``` "ssh": { "host": "${config:project.server}", "user": "${env:USERNAME}", "password": "${config:my.pass}", "keyfile": "${config:my.key}", ``` But this adds the need...

GNU gdb (Ubuntu 8.1-0ubuntu3.2) 8.1.0.20180409 ![image](https://user-images.githubusercontent.com/79972211/111983261-e4f17b00-8b44-11eb-9b67-e2dbe0a76d37.png)

which may be only reasonable for some languages, and likely much more reasonable after the [new inline extension API](https://github.com/microsoft/vscode/issues/105690)

GDB version 8.2 Source: ``` #include int main() { std::cout

Please explain better in the documentation (or elsewhere) what is the need for this extension. VSCode cpptools already supports debugging using both gdb and lldb, so what value does this...

question

Here is the source code: ```C++ typedef ::sensor_msgs::PointCloud2_ PointCloud2; typedef boost::shared_ptr< ::sensor_msgs::PointCloud2_ > Ptr; typedef boost::shared_ptr< ::sensor_msgs::PointCloud2_ const> ConstPtr; void RayGroundFilter::CloudCallback(const sensor_msgs::PointCloud2ConstPtr& in_sensor_cloud) { health_checker_ptr_->NODE_ACTIVATE(); health_checker_ptr_->CHECK_RATE("topic_rate_points_raw_slow", 8, 5, 1, "topic...

It looks like the standard way for vscode is json string replacement via https://github.com/microsoft/vscode-nls. See https://github.com/microsoft/vscode-extension-samples/tree/master/i18n-sample how to integrate it. I won't recommend to use Transifex, instead just add the...

If submitting a bug please make sure - [x] If you are using gdb - [x] `gdb --version` >= 7.7.1 - [x] it works on the command line with `gdb`...