vscode-disasexpl icon indicating copy to clipboard operation
vscode-disasexpl copied to clipboard

Disassembly Explorer for VS Code

Results 9 vscode-disasexpl issues
Sort by recently updated
recently updated
newest added

Hello, First of all, thanks for the work on this plugin, this is very helpful to me :) I am trying to configure the plugin to find disassembly file for...

You may be interested in https://github.com/harikrishnan94/cxx-compiler-explorer and https://github.com/Trass3r/cxx-compiler-explorer. Both of them are broken on my computer actually. But you can reuse some code from there.

You may be interested in https://github.com/compiler-explorer/compiler-explorer/tree/main/lib/demangler

the previous solution of delaying before calling update is inconsistent - with larger files or on specific filesystems, the file may not be released before the delay expires (I could...

It would be cool if the extension auto-generated the assembly sources. What I have to run is ~~~ console gcc -g -o src/some_source.S -S src/some_source.c -masm=intel ~~~ which could be...

Issue #1: I can't get my .s file to synch with the source view. I'm using a CMake build chain. Issue #1: I'm guessing you don't deal with relative paths...

It would be pretty sweet to support VS Code commands like: `${command:cmake.buildDirectory}` or `${env:VARIABLE}` in the settings as this would add a lot of possibilities and make setup for CMake...

enhancement

To reproduce: Create a simple project: hello.c: ```c #include int main() { printf("hello world\n"); } ``` Makefile: ```make CC = cc CFLAGS = -Wall -Wextra -g TARGET = hello SRC...

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies