Hi Peter,

Am Freitag, dem 03.06.2022 um 18:38 +0000 schrieb Peter Cheung:
>     I am developing netbeans module to support verilog 
> (https://gitlab.com/quantr/toolchain/netbeans-verilog) . Anyone can send me a 
> tutorial/example about hooking netbeans to a new debugger, please?

not sure if that really helps you, but I'm implementing javascript
debugging support using the Chrome DevTools Protocol and used the v8
debug protocol packages as basis. I basicly worked through the three
packages and reimplemented them for CDT.

The relevant packages are:

webcommon/lib.v8debug
webcommon/javascript.v8debug
webcommon/javascript.v8debug.ui

I learned much here and it might help you too.

Matthias


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to