Skip to content

adamholisky/version_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Old launch config:

 {
            "name": "Debug Main",
            "type": "gdb",
            "executable": "/usr/local/osdev/versions/ex/build/versionv_ex.bin",
            "request": "attach",
            "target": "localhost:5894",
            "remote": true,
            "cwd": "${workspaceRoot}",
            "valuesFormatting": "parseText",
            "debugger_args": ["--command=/usr/local/osdev/versions/ex/build_support/vscode.gdb"]
        }


        {
                    "description": "Enable pretty-printing for gdb",
                    "text": "-enable-pretty-printing",
                    "ignoreFailures": true
                },
                {
                    "description": "Set Disassembly Flavor to Intel",
                    "text": "-gdb-set disassembly-flavor intel",
                    "ignoreFailures": true
                }

About

Version OS experimental / example code for testing and developing in an isolated setting without other systems interfering, separate from the main repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages