Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   How to debug project with vs2003 (http://forums.winamp.com/showthread.php?t=248238)

reebes 9th June 2006 01:08

How to debug makensis with vs2003
 
I want to debug or modify the code, but how can I open it with vs2003? It seems that it is difficult to make sln file by myself.

reebes 11th June 2006 00:44

up

kichik 16th June 2006 12:09

Compile with DEBUG=yes and you should get a pdb file. Search for ['DEBUG'] in the *.py files and you should easily find out how to add more flags yourself.

reebes 19th June 2006 06:53

Quote:

Originally posted by kichik
Compile with DEBUG=yes and you should get a pdb file. Search for ['DEBUG'] in the *.py files and you should easily find out how to add more flags yourself.
Thanks kichik.

May I open NSIS as a VS2003 project and debug it in vs entironment? I'd like to enhance the feature of NSIS. If I can debug it directly, it will be easy.

kichik 30th June 2006 06:47

This is not currently possible because there are no project files. However, SCons supports exporting Visual Studio projects. I think the newer versions also support VS2003, but even if not, you can always import VS6 projects. Take a look at MSVSProject in the manpage. If you come up with a patch to generate project files for makensis, I'll happily include it in the next version.

reebes 5th July 2006 08:56

If web install could be enhanced, maybe I don't need to modify it, :)

Anyway, I am interested in it and will take a look at it.

Thanks kichik.


All times are GMT. The time now is 05:55.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.