-
Notifications
You must be signed in to change notification settings - Fork 19
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
[dotnet] clicking on the continue debug is throwing an exception #277
Comments
Getting the same exception when the step out button of the debug panel is used Steps to replicate
line:27 of the StepImplementation.cs
|
This happens because omnisharp debugger for vsocde requires the source code or sourceMap path to be availabe for the external built project. Possible Fix
I'm not sure if we can do the 3rd option since the user code is loaded by runners code and /cc @getgauge/core |
Ok, I was wrong using |
Changed justMyCode flag as true to avoid loading internal dll for debugging.
The fix should be available in nightly >=09-08-2018 |
Expected behavior
Should not get an exception while debugging
Actual behavior
Steps to replicate
Version
Blocks #279
The text was updated successfully, but these errors were encountered: