Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
5answers
2k views

Step back in Eclipse debugger

Having a debugger is absolutely invaluable to get my code working right while keeping my frustration levels down. However, is it possible to step BACK in Eclipse debugger? The current project I'm ...
4
votes
3answers
232 views

How do you build an application in c++ modularly

This is a question more about how to build a c++ application than it is about c++, per se I'm building an application that was envisioned as a Graphical application, but the specifics of the ...
4
votes
5answers
1k views

Tutorials (example) C# step by step

Does anyone know a good C# tutorials (example) step by step? It should be not a description of libraries, foundations and the OOP concept, and so forth, but the writing of any application step by ...
3
votes
2answers
171 views

How do i setup a step-by-step process

I'm creating an application that has to handle the construction cases of a small company. In order for the employees to create a new case, I want to put them through a step-by-step process. How do i ...
2
votes
3answers
179 views

Could someone explain this python permutation code?

I've seen some postings of code for permutations on here but I haven't really been able to find a good step-by-step walk through of what is actually going on. If someone could just explain what is ...
1
vote
1answer
40 views

how to specify google maps launch mode in android

Hi I have a task to launch the maps app to get directions from point A to point B. The requirement is to have the maps open the step-by-step (textual list) view rather than the maps - like Start ...
1
vote
5answers
205 views

How to change http://site/Image.aspx?Name=Cassandra into http://site/Image/Cassandra?

Well, simple question. I'm working with VS2008 on an ASP.NET web application which has several lists of data. To keep it simple, let's call it an image gallery. (It's not, but image galleries have a ...
0
votes
4answers
116 views

how to see what javascript is doing step by step when open a site?

When I open a site, I want to see all rendering process step by step as I press a kind of "Next Step" button. At first page will be empty then every time I click Next browser will render next item ...
0
votes
2answers
106 views

Where can I find a step-by-step guide (tutorial) on how to migrate a web site to a wep app?

I have an ASP.NET 2.0 website created in VS2008 and I need to migrate it to a web application. I have not had much luck so far. How do I figure out how to do this?