Unable to debug scripts in VisualStudio2022 version 17.4.0.

0
0

Hello.
I was developing Wisje.NET3.12 with VisualStudio2022 version 17.2.6, but last week I upgraded to VisualStudio2022 version 17.4.0 and now the InitScript of Widget control property has a problem Last week I upgraded to VisualStudio 2022 version 17.4.0 and now I am unable to debug (unable to enable breakpoints in xxxxxx/wisej.web.widget.startup.js) the JavaScript embedded in the InitScript of the Widget control property via the script document.
Please let me know how to deal with VisualStudio2022 version 17.4.0 to debug the script.

  • You must to post comments
0
0

It’s not a Wisej issue. For further assistance you should contact Microsoft.

  • You must to post comments
0
0

Hi Alaa.

I don’t have an answer to your question, yet.
Please let me know the current status of the response to your question.
Also, please let us know if the information we have provided is insufficient.
If so, please let us know what is missing.

  • You must to post comments
0
0

Regarding your question, I am attaching the operating procedure and the comparison screen between the test program source and VS2022.

The attached sample program source is created during debugging by starting it up with debugging.
In the list of scripts in the Script Docments, the following line should appear
Widget.startup.jp” in the list of scripts in Script Docments.
InitScript scripts are created dynamically, so the “msg = ‘Hello Message!!!'” on line 40 should be a breakpoint in the running WebWidget.
and press the “Message” button from the running web program, the script is created dynamically in the Widget control with the script name “hello message!
In VS2022 version 17.2.6, the script pauses at the breakpoint.
VS2022 version 17.4.0 does not pause at breakpoints.

 

  • You must to post comments
0
0

Hi Takao,

Can you please wrap up a small sample application for this issue?

Also, it would be much helpful if you provide a full description of what was working before and isn’t now, with the addition of the steps to reproduce!

TIA,
Alaa

  • Takao Watanabe
    Has the bug I inquired about been addressed yet?
  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.