SublimeDebugger
SublimeDebugger copied to clipboard
LLDB debugger isseue, Debugger: start (no-debug) even when stated in configuration
So the thing is I wanna do Competitive programming in C++ on Sublime-text. I use 2 column Editor layout and use Input1.in and output1.out for my input and output. for compiling it works fine, but debuggign is something I'm having issue with. I using this Debugger, since this well known and suggested by Everyone
this is my debugger_configuration and LSP-ClangD for clang and build
Gist link -> https://gist.github.com/uuc110/72c8b29df9450fdf3636df2beb427488
I wanna do with LLDB, but i tried GDB and reached some progress and got this error
Warning: 'set target-async', an alias for the command 'set mi-async', is deprecated.
Use 'set mi-async'.
No source file named C:\Users\USERID\AppData\Roaming\Sublime Text\Packages\User\file.cpp.
Running executable
[New Thread 7608.0x58fc]
[New Thread 7608.0x2680]
[New Thread 7608.0x3964]
and this callback keepgoing and no varible shown or anything.
https://i.imgur.com/BAZa9WE.png and https://i.imgur.com/a/IyyIAPK
let me know if you need other info to need more context
NOTE: I have done in Clion, VSCode, but wanna try sublime this time. so its not I don't like. I just wanna try and work with this.