Never needed a debugger as I never write bugs but thank you for this video father. Rust btw
@slap26856 ай бұрын
Of course, writing just one line of hello world code in python and causing a bug would be terrible.
@christopher86416 ай бұрын
@@slap2685 Sorry I refuse to acknowledge / associate / speak the name of languages that use whitespace and indents as syntax. I cannot believe anyone likes py____ as much as they say. My guy.. its spaces, not control flow
@cybern9ne2 ай бұрын
You don't write bugs because you don't write programs.😂
@justpatrick_2 ай бұрын
Easy Rust Chad W
@TheLANBeforeTime-uo9ph6 ай бұрын
really enjoy these nvim 10-15min clips. I don't have time to sit through live stream sessions, but these ones help improve vim skills bit by bit, really gold. Thanks TJ!
@adampaul79054 ай бұрын
me too I agree. There are very productive video.
@boy4everjoy6 ай бұрын
we need a 3 hour in depth tutorial on debugging on neovim lol. thank you for your hard work!
@twenty-fifth4206 ай бұрын
"hey, how do you debug your application?" "Oh, I just dap on it and it knows better when to step in and out of line."
@the_real_briel6 ай бұрын
This was wild timing, I was literally just battling with setting this up today and then this was posted :0 Ty for the great guide!
@peteranderson71446 ай бұрын
I'm loving these plugin videos. I'm definitely going to try and setup the SQL plugins after watching that video. Thanks for doing this, TJ.
@solvecode5 ай бұрын
You're one of the people i regularly watch. Your content is solid, easy to follow and you feel genuin. Because of all the guides to nvim, I'm now a user; even professional and even more I've been inspired to create my first youtube myself. Thank you.
@alexandersix_6 ай бұрын
Huge video, awesome series. Love this kind of content from you!
@timkuntz88865 ай бұрын
Thanks! I've been enjoying your content this past year. Keep up the great work!
@teej_dvАй бұрын
Wow! Thanks for the super chat :) sorry. I didn't see this earlier!
@nemethda3 ай бұрын
I'm loving these type of content, you are a legend TJ thanks so much
@frederickmichaud67836 ай бұрын
I enjoyed watching the work on this happening live, but it’s also great to see the concise explanation like this after the fact. Thanks Teej!
@emersonbarros68155 ай бұрын
Lua, Neovim and Elixir, bro teej is taking the brazilian stack really serious.
@ejreillyxyz6 ай бұрын
Love all the new neovim videos! It would be awesome to see you revisit the "how to make a neovim plugin in lua" one you did with bashbunni too. Every time I go to make a plugin I end up lost and confused in the API (make a buffer? then a window? and then do what?) but I have a smol brain so its basically to be expected. Cheers teej, I hope you do not stub your toe for many weeks.
@maxz9996 ай бұрын
I have found that the hardest part is getting the debugger working consistently. It’s way more work for me to keep my debugger working than it’s worth because logging almost always works for me. This probably depends on the language and WSL makes it even harder. Great video for the Neovim side of things though!
@sarojregmi2006 ай бұрын
I never thought of a debugger let alone a debugger in nvim. Now I will have it setup asap. Thanks 🙏👍
@warrenhenning80646 ай бұрын
I think this video is an excellent litmus test for whether Neovim is for you or not. Do you want to set up how you want debugging to work or do you just want to press the debug button and have your code launch in a debugger for your language? The benefit of Neovim's approach is that you can do things like have it display sensitive data as `*****` as shown at 1:25, which is super awesome and handy if you need it.
@riccardoshrives58816 ай бұрын
dap on the haters
@jatinderbraich91306 ай бұрын
Being an elixir developer I can say this is a huge one! Thanks TJ
@djunho6 ай бұрын
Nice one. I am delaying to setup of DAP forever. Now I don't have excuses anymore.
@WillLillis6 ай бұрын
Awesome stuff as always TJ, thank you!
@darklord22226 ай бұрын
Dap virtual text was a new one for me coming from Lvim😍
@coolguy69verycool6 ай бұрын
I'll give this another go but I've struggled to set up a C debugger a few times. Every time, I get so frustrated and exhausted I just put it on the back burner and come back a few weeks later.
@lucasefe6 ай бұрын
TJ explains perfectly. I love you, dude.
@swapstar6 ай бұрын
After like 6 months of going and on and off from Neovim, I finally have a good and working Python Debugger setup, Working with python virtual environments is so annoying!
@СергейЛюбимов-у3ф6 ай бұрын
Would you mind sharing your config?
@james.schubert5 ай бұрын
Just like TJ, all my code is exceptional.
@sunnyheheheh94016 ай бұрын
Thanks for these kind of informative videos
@themohmand6 ай бұрын
This is great! I primarily work with embedded devices and use debuggers from vendors of MCUs that I am using. How would one configure nivm-DAP for something like let's say an ARM Cortex M4 MCU?
@latch9096 ай бұрын
Saw a pretty convoluted setup for node which I know has some additional adapter challenges but starting to think it doesn't have to be quite so hard
@windowsrefund6 ай бұрын
Your colorscheme is too nice!
@gowthamvurimi16366 ай бұрын
The colours doesn't look out really. IMO vscode's default is by far the best one I've seen
@11WicToR116 ай бұрын
i personally know many people who struggle with specific debug setup with specific language. Would be very interesteed if you could go over most popular languages and how to set those up. Typescript and Rust would be definitelly top 2 but i would even like to see stuff like php
@ohdarlin6926 ай бұрын
You can't imagine how many hours I've suffered to make java debugger work. It is the worst time spent in my life. So miserable. But in other languages, especially low level which work with gdb or lldb everything was extremely easy.
@CynthiaMartinez-z1nАй бұрын
Predovic Spurs
@carlosdelgadoramos99484 ай бұрын
hey TJ! what font do you use?
@yakomisar6 ай бұрын
TJ cool as ever. I have a couple of questions: 1. Do you know how to set/edit particular variable and put the value I want on the flight? and 2. Do you know how to start to debug particular test when I have bunch of them - and after start debugging it always starts from the very first test and goes one by one? The dummy decision is to comment unnecessary tests, but maybe there is a more elegant way?
@ItsBarmanji2 ай бұрын
Hey! What keyboard layout you use btw?
@yuxiang42186 ай бұрын
awesome series
@DJRanoia6 ай бұрын
Thank you for breaking this down, My virtual text seems to be showing up at the end of the line instead of the end of the variable. Where there any thing extra in the settings you enabled for this? I was able to figure it out.... Need nvim 0.10 :)
@marsbrain5 ай бұрын
Is there a way to enable these key bindings only while that dap ui is being used? For example bind the step into, step out of, etc. to the arrow keys while debugging and then unmap once the debugger gets detached.
@AizazShahid-ck8cn6 ай бұрын
Can you make one for Python? Maybe just a short?
@WashingtonUrsula-v6sАй бұрын
Stark Brooks
@АлексейАгеев-я7ц6 ай бұрын
Nice, thanks for the useful vid
@cybern9ne2 ай бұрын
how would you setup dap to use the visidata python library?
@fbuys6 ай бұрын
Thank you!
@MohdZakaria-b4g3 ай бұрын
Hi TJ, can we actually do cscope inside telescope?
@cariyaputta6 ай бұрын
I debug using prints but still, thanks for the vid.
@GeorgeMann-v9x2 ай бұрын
Hane Shores
@ThisGuyRocksLikeCrazy6 ай бұрын
Do you have the debugger for Java? It's really tough to debug things in Java. I wish I could just do it only for a simple test case.
@kathrynlarkins86652 ай бұрын
Selina Expressway
@HeikeDeming-y8p2 ай бұрын
Chadd Parkway
@JakobKenda2 ай бұрын
does ocaml have a dap?
@fxnvcn-x4l2 ай бұрын
Roxanne Throughway
@lexrupy6 ай бұрын
It would be nice if you configure a Django Application on dap.
@SandraDillon-d3c2 ай бұрын
Garrison Track
@peql15212 ай бұрын
Hi, I subbed after your most recent appearance on the primetime :), please can you spread your opinion more on youtube. I am confident that your voice should be heard by most people and you should expand to any and all topics, your opinion matters a lot in an ocean of bots and beginners trying to capitalise off their learning. also I guess I started learning neovim now, thanks? maybe?
@MantasJurkuvenas6 ай бұрын
Hey TJ did you know that GDB manual is only 960 pages...=)
@thewhizhub57153 ай бұрын
Can you please do a video on neovim with c++
@mikelemon51095 ай бұрын
Why didn't you also setup and config one-small-step-for-vim ?
@谢智斌-q9l6 ай бұрын
Debug should be rare, for simple case just print, for complex on I reach for jetbrains, the neovim ui that has indentical font size in debug panel is too distracted
@architbhonsle73566 ай бұрын
Neovim can put virtual text inside a line now? I believe it was only at the end before.
@willernst6 ай бұрын
0.10 adds inlay text.
@prashlovessamosa6 ай бұрын
tj is there any way to see images in neovim in the terminal
@adriansrfr4 ай бұрын
Yazi
@sumit_123936 ай бұрын
can you share your desk setup?
@DavyCarnegie-j1cАй бұрын
Doyle Track
@conundrum2u6 ай бұрын
now I can see that I configured my DAP incorrectly, lol
@DavidAdams-u5v2 ай бұрын
Whitney River
@akak51286 ай бұрын
I so badly want to learn how to do the "you don't need this" bit that hides the key lol
@RuthBaldwin-z6u2 ай бұрын
Doyle Common
@joseoliveira84236 ай бұрын
F13?????
@willernst6 ай бұрын
There are Fn keycodes above F12. Looks like USB HID spec has through F24. Really useful with programmable keyboard layers as you can get more unique keys to use in software mappings.
@ErnestCornelia-v5b2 ай бұрын
Steuber Ramp
@DeborahThompson-r5d2 ай бұрын
Marjorie Fort
@justanpc76446 ай бұрын
Can someone share their dap config for rust
@AdelaideHobart-b9g2 ай бұрын
Corkery Springs
@GoldYvonne-r9o2 ай бұрын
Ledner Highway
@anup86726 ай бұрын
Can somebody point resources to do this for python??
@KennanMichelle-u7jАй бұрын
Yvette Curve
@HarrimanNewman-t3b2 ай бұрын
Maggio Light
@NeverTrust2986 ай бұрын
does this works for C?
@__napcakes__19116 ай бұрын
Do more of these please. How can I send you priv messages Teej? I sent one on X, maybe you don't check that inbox.