Click here to Skip to main content
15,884,537 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I complie my cpp file on notepad++.

How can debugging when i put on break point on codes?
Posted
Comments
Sergey Alexandrovich Kryukov 31-Mar-14 2:37am    
Not easy at all... Even if someone did such things, you hardly can expect answering in a Quick Question (unless there is an available open-source product you could use).
—SA
Sun-Mi Kang 31-Mar-14 2:52am    
Ah,, Thanks.. I might use vs tools
Prasad Khandekar 31-Mar-14 2:37am    
Notepadd++ does not really support debugging, however you can take a look at this article, which shows how it is done for PHP. You will be able to draw some clues from this article. (http://www.clickoffline.com/php-development/live-php-debugging-using-xdebug-notepad-and-dbgp-plugin.html)

Regards,
Sun-Mi Kang 31-Mar-14 2:46am    
Thank you! Nice Article~

1 solution

Here[^] is a video that could help you debug code in Notepad++.
 
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