-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS 2015 stop working if changes any code while debugging(1.1 rc3) #584
Comments
Cant repro this. Can you please provide more info? What do you mean by "stops working"? Can you provide simple repro steps starting from one of the project templates? Or do you have a project you can send us where you can reproduce the issue consistently? |
Crash I mean
|
Thanks, but that's really not enough information for us to do anything about it...
|
@mousetraps If you still can't reproduce this, I will provide a log, tell me, anyway now I'm outside so I can work later VS version - VS 2015 community, nodejstool 1.1 rc3 |
@alanpurple please provide the log if you can. Also, can you repro this consistently ? Is anybody else having this issue ? it will be helpful for us to understand how widespread is this issue. |
I have similar issue before 1.1rc3. It was sporadic, but I lately avoid debugging in NTVS since it is start using much more memory, and I have to restart VS |
Looks potentially the same as #589 . |
@kant2002 @alanpurple Are you guys on node v5? It runs fine for me on VS 2013 and VS 2015 with node v4.2, though I can indeed repro the crash on node v5, so I wonder if it is related. |
@zhengbli yes, node 5.0 @mousetraps I think this is same as #589 as billti said, still need a log? |
@zhengbli I was on 0.12, but I have something like that just couple times. Not 100% sure that this was exactly this issue. Could try to reproduce |
@alanpurple It's your call. If you think it's the same issue, and I believe it is - great, let's close this as a dupe. But if for some unforeseeable reason it turns out to be a different issue, we won't fix it, and you'll keep running into it. On Sat, Nov 14, 2015 at 1:37 AM -0800, "alanpurple" notifications@github.com wrote: @mousetraps I think this is same as #589 as billti said, still need a log? Reply to this email directly or view it on GitHub: |
@mousetraps Sorry for late response, I've been outside lately Faulting application name: devenv.exe, version: 14.0.23107.0, time stamp: 0x559b7ead Application: devenv.exe |
…s v5 - v8 has recently removed the "stack_update_needs_step_in" property in responses. It looks like it always returned the same value as "stack_modified" anyways, so go ahead an remove the property altogether. https://codereview.chromium.org/1247363002/diff/1/src/liveedit-debugger.js
#584 VS2015 crashes if change code while debugging w/ Node.js v5
Experiencing the exact same issue including identical crash logs. |
@syagen - did you update to the final 1.1 release? The fix went into that build, so if you are running something earlier, you should expect the same crash and logs. |
@billti - indeed! I'm now hot swapping code smoothly. Thanks! ;) |
Turn off "Edit and Continue". That solved it for me. |
the fix is available in the latest release. |
VS2015 stop working if I change something and save
The text was updated successfully, but these errors were encountered: