79105131

Date: 2024-10-19 14:17:43
Score: 2
Natty:
Report link

If you mean "can't debug" is "cannot set break-point" then one possible reason is you haven't "activate" your extension yet. If this is the case, the extension source files has not been loaded yet. So that you obviously cannot set break-points.

To solve this, you can trigger ("activate") the extension by, for example run the extension command you defined. After this, this to set break-points again.

If you try to set break-points in "activate" code it-self, then properly you have to restart the debug session, though I haven't tested this yet.

Cheers.

Reasons:
  • Blacklisted phrase (1): Cheers
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: patfinder