Giter VIP home page Giter VIP logo

Comments (3)

WebFreak001 avatar WebFreak001 commented on July 3, 2024

These are the languages which have breakpoint support enalbed: https://github.com/WebFreak001/code-debug/blob/master/package.json#L189-L210

Basically if you use some language from that list you can simply hover over the line counter at the left in your files and click the red circle. The red circle indicates a breakpoint, you can also right click the circle and edit it. In that input box you can enter a break condition (for example i > 40 if you have a variable named i and it will only break if i is greater than 40)

If you are using a language with no breakpoint support but LLDB/GDB support just make an issue or fork and PR yourself. Its a really simple task which just requires you to add a string to the LLDB/GDB array.

I'm gonna add that ln command to the README

from code-debug.

meritozh avatar meritozh commented on July 3, 2024

Thanks.

I just forget to add --debug : (

from code-debug.

GitMensch avatar GitMensch commented on July 3, 2024

For anyone that may come back to this later, the URL with the languages that include breakpoint support referenced was

code-debug/package.json

Lines 189 to 210 in f0f1025

"c",
"ada",
"cpp",
"cobol",
"fortran",
"pascal",
"modula",
"java",
"pli",
"objective-c",
"objective-cpp",
"d",
"python",
"opencl",
"modula3",
"haskell",
"ocaml",
"swift",
"julia",
"dylan",
"mips",
"renderscript"
. It seems more split currently (and I do wonder why "cobol" is listed under lldb-mi, but not under gdb, and guess its common [debuggable] id should be additional gnucobol )

from code-debug.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.