Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the last letter in the word "SlickEdit":
How many LETTERS are in the following? "a1b2c3":
Which number is missing?  "12345689":

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: stizya
« on: June 25, 2010, 01:35:01 PM »

Yes, it works for me. :)
Thank you.
Posted by: Lee
« on: June 25, 2010, 01:25:28 PM »

Yes, there is a way.  On the SlickEdit command-line, enter the command vcproj_debug_options.  There is a screenshot of this in the SlickEdit Help, in the Using WinDbg section.  Command-line parameters can be added on the executable name for any or all Configurations. You need to specify the executable name, but you can use the alias %o like you can on the Project Properties command-line for output file.  Something like this:
Executable Name:  "%o" arg1 arg2 arg3

Symbols Path can be left empty if your symbols are already being picked up by the compiler debugger.
Posted by: stizya
« on: June 25, 2010, 01:11:40 PM »

Hi,

I am evaluating SlickEdit v 15.0.0.6. In particular I am debuging using VC Project. I was able to set up my application cmd line parameters in "Execute" session in project properties. But I dont know how to do it for DebugWinDbg session, unfortuanatly these parameters are not passed to DebugWinDbg session by default.

Could anyone show me the correct way to do it?

THANKS!