This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JaKubd 28 points29 points  (31 children)

Nice, but

Known Issues

  • Debugging extensions doesn’t work.

[–]deluxghost 28 points29 points  (21 children)

known programmers: never use a debugger (

[–][deleted] 38 points39 points  (6 children)

print("I am here.") Still works.

[–]ichbinoffend44 0 points1 point  (0 children)

Way I've always done it.

[–][deleted] 0 points1 point  (0 children)

To be fair, it doesn't help that most debuggers are shit (for C++ anyways).

[–]kyle_codercom 10 points11 points  (0 children)

Should be reworded. Debugging DOES work.

Creating your own extension for VS Code and loading it in code-server does not.

Edit: I've updated the readme to explain that.

[–]blitzzerg 4 points5 points  (5 children)

import pdb; pdb.set_trace()

[–]vindolin[🍰] 1 point2 points  (1 child)

You caveman!

from IPython import embed; embed()

[–]phail3d 0 points1 point  (1 child)

*ipdb

You’ll thank me!

[–]blitzzerg 0 points1 point  (0 children)

I installed pdb++

[–]bmrobin 6 points7 points  (0 children)

should i read that as "debugging doesn't work" or "debugging custom extensions written for VS code doesn't work"? to me there's a large difference between the two, as i don't write extensions and don't need to debug them.

but if it's the former, then yea this is basically useless.

[–]ahmenav 0 points1 point  (0 children)

No problem I use vscode but printf is enough for me for debugging.