Re: unable to set breakpoint for my own file type
Peter Cheung <[email protected]> Fri, 9 Jun 2017 01:34:23 +0000
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <HK2PR0401MB1427BE8909B7DE987FBE974EB5CE0@HK2PR0401MB1427.apcprd04.prod.outlook.com> |
thanks again ________________________________ From: geertjan wielenga <[email protected]> Sent: Friday, June 9, 2017 5:43 AM To: [email protected] Subject: [platform-dev] Re: unable to set breakpoint for my own file type Three seconds of Googling on "netbeans debugger api" results in finding this: https://dzone.com/articles/how-reuse-netbeans-debugger [https://dzone.com/themes/dz20/images/ArticleImg_5.jpg]<https://dzone.com/articles/how-reuse-netbeans-debugger> How to Reuse the NetBeans Platform Debugger Architecture ...<https://dzone.com/articles/how-reuse-netbeans-debugger> dzone.com This tutorial will demonstrate creating a debugger for a custom programming language via the NetBeans Debugger Core API. The debugger built in this tutorial will not ... Gj On 8-6-2017 20:35, Peter Cheung wrote: yes, any tutorial? I am reading the source of clojure plugin, but it is outdated (only supported netbeans 7) and too large. I asked the author to help him to upgrade his plugin to 8.2, waiting for his reply. Peter. geertjan wielenga <[email protected]<mailto:[email protected]>> 於 2017年6月9日 上午12:50 寫道: Are you asking how to integrate the NetBeans Debugger for your own language? Gj On 8-6-2017 18:26, Peter Cheung wrote: Hi All unable to set breakpoint for my own file type, any tutorial to add back the breakpoint function? thanks from Peter