Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
Questiondrag-drop How? Pin
ben25-Nov-04 7:31
ben25-Nov-04 7:31 
AnswerRe: drag-drop How? Pin
Alex Korchemniy5-Nov-04 14:55
Alex Korchemniy5-Nov-04 14:55 
Generalapp resolution Pin
Agent 865-Nov-04 7:17
Agent 865-Nov-04 7:17 
GeneralRe: app resolution Pin
Alex Korchemniy5-Nov-04 14:45
Alex Korchemniy5-Nov-04 14:45 
Generalmonitoring a DCOM server Pin
Kevin Tambascio5-Nov-04 7:11
Kevin Tambascio5-Nov-04 7:11 
GeneralProgram don't stopps at Breakpoint Pin
Johannes Oehl5-Nov-04 4:29
Johannes Oehl5-Nov-04 4:29 
GeneralRe: Program don't stopps at Breakpoint Pin
Alex Korchemniy5-Nov-04 14:35
Alex Korchemniy5-Nov-04 14:35 
GeneralRe: Program don't stopps at Breakpoint Pin
Peff6-Nov-04 18:23
Peff6-Nov-04 18:23 
In addition to what Alex Said, also make sure the assembly you are trying to debug actually what you are debugging. The assembly Debug Mode (in the project properties -> Configuration Properties -> Debugging -> Debug Mode) needs to be set to the 'Wait to attach to an external process' option. , The 'Start Application' should be the name of the 'caller' .exe. If the assembly is in the same solution as the 'caller', then it needs to be the active project in the solution.

You should also try to make sure that the assembly you are debugging is only running in a single thread (ie. the 'caller' has only instantiated one instance of the class within the assembly) for testing purposes. Otherwise you'll find that the breakpoint will get hit multiple times (hitting the F10 key to step through the code will result in you ending up on your breakoint again - albeit in a different instance)

Hope this helps,
Stefan
GeneralRe: Program don't stopps at Breakpoint Pin
Johannes Oehl10-Nov-04 21:26
Johannes Oehl10-Nov-04 21:26 
GeneralWeb Service Proxy class Pin
Member 5343575-Nov-04 4:25
Member 5343575-Nov-04 4:25 
GeneralRe: Web Service Proxy class Pin
Alex Korchemniy5-Nov-04 14:32
Alex Korchemniy5-Nov-04 14:32 
GeneralRe: Web Service Proxy class Pin
Member 5343578-Nov-04 2:53
Member 5343578-Nov-04 2:53 
GeneralRe: Web Service Proxy class Pin
Member 5343578-Nov-04 2:56
Member 5343578-Nov-04 2:56 
GeneralTimer tick problem Pin
Aviv Halperin5-Nov-04 4:02
Aviv Halperin5-Nov-04 4:02 
GeneralRe: Timer tick problem Pin
Stefan Troschuetz5-Nov-04 4:20
Stefan Troschuetz5-Nov-04 4:20 
GeneralExcel and c# Pin
Hugo Migneron5-Nov-04 3:30
Hugo Migneron5-Nov-04 3:30 
GeneralRe: Excel and c# Pin
Dave Kreskowiak5-Nov-04 5:16
mveDave Kreskowiak5-Nov-04 5:16 
GeneralDetecting & Moving other Applications windows Pin
CoffeeZombie5-Nov-04 3:27
CoffeeZombie5-Nov-04 3:27 
GeneralRe: Detecting & Moving other Applications windows Pin
yoaz5-Nov-04 3:45
yoaz5-Nov-04 3:45 
GeneralRe: Detecting & Moving other Applications windows Pin
CoffeeZombie5-Nov-04 4:27
CoffeeZombie5-Nov-04 4:27 
GeneralRe: Detecting & Moving other Applications windows Pin
Stefan Troschuetz5-Nov-04 4:13
Stefan Troschuetz5-Nov-04 4:13 
Generallistview column reorder problem Pin
vog_ro5-Nov-04 3:23
vog_ro5-Nov-04 3:23 
GeneralRe: listview column reorder problem Pin
Peff6-Nov-04 19:02
Peff6-Nov-04 19:02 
GeneralC# compiler Pin
nagarajuepuri5-Nov-04 2:42
nagarajuepuri5-Nov-04 2:42 
GeneralRe: C# compiler Pin
Stefan Troschuetz5-Nov-04 2:55
Stefan Troschuetz5-Nov-04 2:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.