Did you ever encounter a situation where you cannot replicate the behavior of the bug someone reported, in a test or local environment?
Microsoft just made your life a bit easier!
As of version 23 access to a session in purpose of debugging
is available from the web client. If you go, (screenshots below), to “Help” then
“Help and Support” scrolling down a little bit to a troubleshooting tab you will
see “Attach debugger to this session” this not only that will jump you to a Visual
Studio Code it will also either create a new project for the purpose of
debugging or if you have your project open create a launch configuration for
the current session, of course after login you will be able to download symbols
and attach debugger using one of the created launch configurations.
Great, isn’t it? 😊
Comments
Post a Comment