SnippetsParsers

I am trying the example “SnippetsParsers” and would like to make it work with debugger. But the breakpoint position is wrong when I tried to add breakpoint in the editor. The breakpoint position is related to the StartMethodOffset variable.
And when I tried to debug the code. It seems the debugger was started but it stopped anywhere and I cannot stop the debugger via the stop button on the toolbar.
Is there any example to make the SnippetsParsers work with debugger?
Thanks a lot!

Hi,

We will see how debug edit can be altered to be used with the snippet parsers and will provide an example project shortly.

Kind regards,
Dmitry

Hi,

I’ve modified our DebuggerIntergration sample to show and debug a partial code. Here’s a demo project for your reference.
https://drive.google.com/file/d/10vv7Rx1X2XcrULajGFmnlmzJAZ6QNzXw/view?usp=sharing

Kind regards,
Andrew

Many thanks, we will take a look if it works for us.