In addition to Jeff's debug setup, you need to create a bundle. It is described here.
There are a couple of other easy methods you can choose from. The one I utilize is using a mnl file with my partial cuix. I already had a bunch of toolbars and palette panels. So I just include code like the following. When I want to debug, I just comment out the normal line and uncomment the debug version.
;;; *********************
;;; load NET assemblies used by engr.mnu
;;; *********************
(command-s "Netload" "C:\\AcadCustom\\Support_GS\\AutoCAD 2023 TID.dll")
;; (command-s "Netload" "N:\\Personal\\Elj\\Visual Studio\\Projects\\AutoCAD 2023 TID\\bin\\Debug\\AutoCAD 2023 TID.dll")
The other method you can use that is good for testing without any other setup is described in the file in the first post of this thread.
Ed
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to
post your code.