Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am using Notepad++ i write a c# program in Notepad++. how to debug using AutoHotkey. in my System not AutoHotkey. and installed AutoHotkey.exe
but not working AutoHotkey. how do i debug C# Program in Notepad++.


What I have tried:

and installed AutoHotkey.exe
but not working AutoHotkey.
Posted
Updated 27-Sep-20 3:20am
Comments
Dave Kreskowiak 27-Sep-20 11:12am    
How on earth are you going to "debug" code using AutoHotkey, which is just a tool for keyboard macros, not a debugger?

Notepad++ is just a text editor. It has no debugger for any code.

1 solution

You don't debug C# apps in Notepad or Notepad++: if you want to write C# apps, I strongly recommend that you install and use Visual Studio - there are free versions available from Microsoft - which provides editor, compiler, and debugger (along with a load of other useful things) in a single package and a single working environment. It'll even let you edit the code while you are debugging it!

If you don't you are making your own life considerably harder: you don't get Intellisence, autocompletion, application frameworks, method usage tips, easy property management for controls, ... loads of stuff which makes your work quicker, easier, and less stressful.
Seriously: go to MS and get a copy!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900