David Quattlebaum

Results 11 comments of David Quattlebaum

I'm running vscode on a Mac and finally got the debugger working. I can single step, step into and out of functions, etc., but when I click the Continue button,...

Thanks @MrSilco, that worked for me as you say. This will work in the meantime, but it would really be nice if the debugger knew about the predefined breakpoints.

The version is [email protected] I’ll get the output of debugRaw next week. I’m heading out on holiday tomorrow morning.

The perl script I have is: ``` #!/usr/bin/perl my $variable = 'foo'; print "Start\n"; print "Looping\n"; for my $index (qw(1 2 3 4 5)) { print " $index\n"; } print...

0.6.0 seems to have fixed this issue. But it seems once I have debugRaw set to true. I can't undo that. When I look in Output, I still she the...

Please put this on the high-priority list. Until you update it, I'll be using Atom instead. There are many nice features in VSCode, but this is a show-stopper for me.

This was originally entered as a FreeBSD bug here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274989 They requested I enter an issue here instead.

Same here. I had noticed that issue with Atom.Beta and tried the stable version but same issue.

ssh to the machine and use vi. that's what I did before remote-edit came along. Is there another package like remote-edit that works?

I just installed ftp-remote-edit. I uses sftp (if you restart atom you can enter your ssh key path). It also encrypts traffic to remote with a master key you provide...